Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
13162184f4
commit
b4e7032872
|
@ -407,7 +407,7 @@ namespace Jellyfin.Networking.Tests
|
||||||
result = ((IPNetAddress)resultObj[0]).ToString(true);
|
result = ((IPNetAddress)resultObj[0]).ToString(true);
|
||||||
var intf = nm.GetBindInterface(source, out int? _);
|
var intf = nm.GetBindInterface(source, out int? _);
|
||||||
|
|
||||||
Assert.True(string.Equals(intf, result, System.StringComparison.OrdinalIgnoreCase));
|
Assert.Equal(intf, result);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user