From 4f02f973c94684723a21ce7f1694857e2cbde277 Mon Sep 17 00:00:00 2001 From: Kirill Polishchuk Date: Mon, 7 Jul 2025 14:19:14 +1200 Subject: [PATCH] Delete src/KPasswordGenerator.Tests/UnitTest1.cs --- src/KPasswordGenerator.Tests/UnitTest1.cs | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/KPasswordGenerator.Tests/UnitTest1.cs diff --git a/src/KPasswordGenerator.Tests/UnitTest1.cs b/src/KPasswordGenerator.Tests/UnitTest1.cs deleted file mode 100644 index b3caeaa..0000000 --- a/src/KPasswordGenerator.Tests/UnitTest1.cs +++ /dev/null @@ -1,10 +0,0 @@ -namespace KPasswordGenerator.Tests; - -public class UnitTest1 -{ - [Fact] - public void Test1() - { - - } -} \ No newline at end of file