mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-17 15:53:42 +01:00
Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user