diff options
Diffstat (limited to 'src/DevHive.Tests/DevHive.Web.Tests/PostController.Tests.cs')
| -rw-r--r-- | src/DevHive.Tests/DevHive.Web.Tests/PostController.Tests.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/DevHive.Tests/DevHive.Web.Tests/PostController.Tests.cs b/src/DevHive.Tests/DevHive.Web.Tests/PostController.Tests.cs new file mode 100644 index 0000000..18ed1b9 --- /dev/null +++ b/src/DevHive.Tests/DevHive.Web.Tests/PostController.Tests.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace DevHive.Web.Tests +{ + class PostController + { + } +} |
