Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
c14f468099
commit
e33200db71
|
@ -191,7 +191,7 @@ namespace Jellyfin.Networking.Tests
|
|||
// Test network addresses of collection.
|
||||
nc = nm.CreateIPCollection(settings.Split(","), false);
|
||||
nc = nc.AsNetworks();
|
||||
Assert.True(string.Equals(nc?.AsString(), result5, System.StringComparison.OrdinalIgnoreCase));
|
||||
Assert.Equal(nc.AsString(), result5);
|
||||
}
|
||||
|
||||
[Theory]
|
||||
|
|
Loading…
Reference in New Issue
Block a user