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 e33200db71
commit c3fa9d00ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -226,7 +226,7 @@ namespace Jellyfin.Networking.Tests
Collection<IPObject> nc1 = nm.CreateIPCollection(settings.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]

Loading…
Cancel
Save