mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
e33200db71
commit
c3fa9d00ae
@ -226,7 +226,7 @@ namespace Jellyfin.Networking.Tests
|
|||||||
Collection<IPObject> nc1 = nm.CreateIPCollection(settings.Split(","), false);
|
Collection<IPObject> nc1 = nm.CreateIPCollection(settings.Split(","), false);
|
||||||
Collection<IPObject> nc2 = nm.CreateIPCollection(compare.Split(","), false);
|
Collection<IPObject> nc2 = nm.CreateIPCollection(compare.Split(","), false);
|
||||||
|
|
||||||
Assert.True(nc1.Union(nc2).AsString() == result);
|
Assert.Equal(nc1.Union(nc2).AsString(), result);
|
||||||
}
|
}
|
||||||
|
|
||||||
[Theory]
|
[Theory]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user