From 867e0b265598ae75a2e758ecb08449b0b35d2710 Mon Sep 17 00:00:00 2001 From: OlgunR Date: Fri, 19 Jun 2026 11:08:53 +0200 Subject: [PATCH] Remove unused UnitTest1 class and empty test method The `UnitTest1` class in the `DocumentOperator.Tests` namespace was removed, including the `Test1` method, which was an empty test marked with the `[Fact]` attribute. This cleanup suggests the test class is no longer needed or has been replaced by other tests. --- DocumentOperator.Tests/UnitTest1.cs | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 DocumentOperator.Tests/UnitTest1.cs diff --git a/DocumentOperator.Tests/UnitTest1.cs b/DocumentOperator.Tests/UnitTest1.cs deleted file mode 100644 index 6d420eb..0000000 --- a/DocumentOperator.Tests/UnitTest1.cs +++ /dev/null @@ -1,11 +0,0 @@ -namespace DocumentOperator.Tests -{ - public class UnitTest1 - { - [Fact] - public void Test1() - { - - } - } -} \ No newline at end of file