mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 02:18:54 -07:00
Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
acb79eb56a
commit
c14f468099
@ -183,7 +183,7 @@ namespace Jellyfin.Networking.Tests
|
||||
|
||||
// Test excluded, including IPv6.
|
||||
nc = nm.CreateIPCollection(settings.Split(","), true);
|
||||
Assert.True(string.Equals(nc?.AsString(), result4, System.StringComparison.OrdinalIgnoreCase));
|
||||
Assert.Equal(nc.AsString(), result4);
|
||||
|
||||
conf.EnableIPV6 = true;
|
||||
nm.UpdateSettings(conf);
|
||||
|
Loading…
Reference in New Issue
Block a user