From 6988b7bad3ca67cce3a0f01344873a6f0c9bdd51 Mon Sep 17 00:00:00 2001 From: Thodoras Date: Tue, 16 Sep 2025 01:59:41 +0300 Subject: [PATCH 1/2] remove warning --- tests/GeolocationAPI.Tests/Domain/IPTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/GeolocationAPI.Tests/Domain/IPTests.cs b/tests/GeolocationAPI.Tests/Domain/IPTests.cs index 8587452..c7bdf3f 100644 --- a/tests/GeolocationAPI.Tests/Domain/IPTests.cs +++ b/tests/GeolocationAPI.Tests/Domain/IPTests.cs @@ -20,7 +20,6 @@ public void TestValidate_WhenValidIP_ThenDoesNotThrow(string validIP) [Theory] [InlineData("")] [InlineData(" ")] - [InlineData(null)] public void TestValidate_WhenEmptyOrNullIP_ThenThrowsInvalidIPFormat(string invalidIP) { var ip = new IP(invalidIP); From afea7e3d8812993c43488f8b197d1c3962f52a91 Mon Sep 17 00:00:00 2001 From: Thodoras Date: Tue, 16 Sep 2025 02:07:11 +0300 Subject: [PATCH 2/2] minor typo --- {,github => .github}/workflows/ci.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {,github => .github}/workflows/ci.yaml (100%) diff --git a/,github/workflows/ci.yaml b/.github/workflows/ci.yaml similarity index 100% rename from ,github/workflows/ci.yaml rename to .github/workflows/ci.yaml