mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-13 04:23:01 +03:00
Update tests/Jellyfin.Networking.Tests/NetworkParseTests.cs
Co-authored-by: David Ullmer <davidullmer@outlook.de>
This commit is contained in:
@@ -550,7 +550,7 @@ namespace Jellyfin.Networking.Tests
|
||||
|
||||
var interfaceToUse = nm.GetBindInterface(string.Empty, out var port);
|
||||
|
||||
Assert.Equal(interfaceToUse, result);
|
||||
Assert.Equal(result, interfaceToUse);
|
||||
}
|
||||
|
||||
[Theory]
|
||||
|
||||
Reference in New Issue
Block a user