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

@ -172,7 +172,7 @@ namespace Jellyfin.Networking.Tests
// Test excluded, non IP6.
nc = nm.CreateIPCollection(settings.Split(","), true);
Assert.True(string.Equals(nc?.AsString(), result3, System.StringComparison.OrdinalIgnoreCase));
Assert.Equal(nc.AsString(), result3);
conf.EnableIPV6 = false;
nm.UpdateSettings(conf);

Loading…
Cancel
Save