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

Co-authored-by: Cody Robibero <cody@robibe.ro>
pull/4125/head
BaronGreenback 4 years ago committed by GitHub
parent 5ac25364db
commit 13162184f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -168,7 +168,7 @@ namespace Jellyfin.Networking.Tests
// Test included, IP6.
Collection<IPObject> nc = nm.CreateIPCollection(settings.Split(","), false);
Assert.True(string.Equals(nc?.AsString(), result1, System.StringComparison.OrdinalIgnoreCase));
Assert.Equal(nc.AsString(), result1);
// Test excluded, non IP6.
nc = nm.CreateIPCollection(settings.Split(","), true);

Loading…
Cancel
Save