diff --git a/ApiClient.Tests/GlobalUsings.cs b/ApiClient.Tests/GlobalUsings.cs deleted file mode 100644 index ab67c7e..0000000 --- a/ApiClient.Tests/GlobalUsings.cs +++ /dev/null @@ -1 +0,0 @@ -global using Microsoft.VisualStudio.TestTools.UnitTesting; \ No newline at end of file diff --git a/ApiClient.Tests/UnitTest1.cs b/ApiClient.Tests/UnitTest1.cs deleted file mode 100644 index a1a14c2..0000000 --- a/ApiClient.Tests/UnitTest1.cs +++ /dev/null @@ -1,17 +0,0 @@ -namespace ApiClient.Tests -{ - [TestClass] - public class UnitTest1 - { - [TestMethod] - public void TestMethod1() - { - // Arrange - int expectedValue = 10; - int actualValue = 5; - - // Act & Assert - Assert.AreEqual(expectedValue, actualValue, "This test is designed to fail because the values do not match."); - } - } -} \ No newline at end of file diff --git a/ApiClient.Tests/test.json b/ApiClient.Tests/test.json deleted file mode 100644 index 9a0964a..0000000 --- a/ApiClient.Tests/test.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "to": "jane.doe@somecompany.com", - "messageId": "e7zzb1v9yirml2se9zo4", - "status": { - "groupId": 1, - "groupName": "PENDING", - "id": 26, - "name": "PENDING_ACCEPTED", - "description": "Message accepted, pending for delivery." - } -} \ No newline at end of file