diff options
| author | Shadowghost <Ghost_of_Stone@web.de> | 2022-12-13 10:39:37 +0100 |
|---|---|---|
| committer | Shadowghost <Ghost_of_Stone@web.de> | 2022-12-13 10:39:37 +0100 |
| commit | b725fbe51af22ca270912eeb4929a8ee2a3b37a4 (patch) | |
| tree | 6d1edba763743a774a13f06dda24fe81589ffb9c /tests | |
| parent | 3f6354cdb832560ec811f1766666dd9ca1f2a208 (diff) | |
Apply review suggestions
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Jellyfin.Server.Tests/ParseNetworkTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.Server.Tests/ParseNetworkTests.cs b/tests/Jellyfin.Server.Tests/ParseNetworkTests.cs index fc5f5f4c6..12a9beb9e 100644 --- a/tests/Jellyfin.Server.Tests/ParseNetworkTests.cs +++ b/tests/Jellyfin.Server.Tests/ParseNetworkTests.cs @@ -22,7 +22,7 @@ namespace Jellyfin.Server.Tests true, true, new string[] { "192.168.t", "127.0.0.1", "::1", "1234.1232.12.1234" }, - new IPAddress[] { IPAddress.Loopback, }, + new IPAddress[] { IPAddress.Loopback }, new IPNetwork[] { new IPNetwork(IPAddress.IPv6Loopback, 128) }); data.Add( |
