Selaa lähdekoodia

Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
BaronGreenback 4 vuotta sitten
vanhempi
sitoutus
1e13627a94

+ 1 - 1
tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.cs

@@ -179,7 +179,7 @@ namespace Jellyfin.Networking.Tests
             
             // Test included, non IP6.
             nc = nm.CreateIPCollection(settings.Split(","), false);
-            Assert.True(string.Equals(nc?.AsString(), result2, System.StringComparison.OrdinalIgnoreCase));
+            Assert.Equal(nc.AsString(), result2);
 
             // Test excluded, including IPv6.
             nc = nm.CreateIPCollection(settings.Split(","), true);