Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
23fa9533af
commit
ac03516f89
|
@ -90,7 +90,7 @@ namespace Jellyfin.Networking.Tests
|
|||
|
||||
using var nm = new NetworkManager(GetMockConfig(conf), new NullLogger<NetworkManager>());
|
||||
|
||||
Assert.True(!nm.IsInLocalNetwork(value));
|
||||
Assert.False(nm.IsInLocalNetwork(value));
|
||||
}
|
||||
|
||||
[Theory]
|
||||
|
|
Loading…
Reference in New Issue
Block a user