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

@ -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…
Cancel
Save