Update tests/Jellyfin.Networking.Tests/NetworkParseTests.cs

Co-authored-by: David Ullmer <davidullmer@outlook.de>
pull/5905/head
BaronGreenback 3 years ago committed by GitHub
parent 2fbc1190bc
commit 2e01fb3cda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -574,7 +574,7 @@ namespace Jellyfin.Networking.Tests
var interfaceToUse = nm.GetBindInterface(source, out _);
Assert.Equal(interfaceToUse, result);
Assert.Equal(result, interfaceToUse);
}
}
}

Loading…
Cancel
Save