Update tests/Jellyfin.Networking.Tests/NetworkTesting/UnitTesting.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
pull/4125/head
BaronGreenback 4 years ago committed by GitHub
parent 46e6128f6c
commit 7403b9a9e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save