mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update tests/Jellyfin.Networking.Tests/NetworkTesting/UnitTesting.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
46e6128f6c
commit
7403b9a9e5
@ -105,7 +105,6 @@ namespace Jellyfin.Networking.Tests
|
||||
[InlineData("[fe80::7add:12ff:febb:c67b%16]:123")]
|
||||
[InlineData("192.168.1.2/255.255.255.0")]
|
||||
[InlineData("192.168.1.2/24")]
|
||||
|
||||
public void TestCollectionCreation(string address)
|
||||
{
|
||||
Assert.True(TryParse(address, out _));
|
||||
|
Loading…
x
Reference in New Issue
Block a user