mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
b4e7032872
commit
acb79eb56a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue