From f0fcb9f916ee2a3e698d27a261e34d9fa3e48422 Mon Sep 17 00:00:00 2001 From: Felipe Cotti Date: Sat, 5 Oct 2024 22:04:43 -0300 Subject: [PATCH] Of course something from the ghost test project remained...? Now it doesn't. --- src/Guestbooky/Guestbooky.UnitTests/UnitTest1.cs | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/Guestbooky/Guestbooky.UnitTests/UnitTest1.cs diff --git a/src/Guestbooky/Guestbooky.UnitTests/UnitTest1.cs b/src/Guestbooky/Guestbooky.UnitTests/UnitTest1.cs deleted file mode 100644 index 687bbd4..0000000 --- a/src/Guestbooky/Guestbooky.UnitTests/UnitTest1.cs +++ /dev/null @@ -1,11 +0,0 @@ -namespace Guestbooky.UnitTests -{ - public class UnitTest1 - { - [Fact] - public void Test1() - { - - } - } -} \ No newline at end of file