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

@ -476,7 +476,7 @@ namespace Jellyfin.Networking.Tests
var intf = nm.GetBindInterface(source, out int? _);
Assert.True(string.Equals(intf, result, System.StringComparison.OrdinalIgnoreCase));
Assert.Equal(intf, result);
}
}
}

Loading…
Cancel
Save