diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-11-21 16:03:25 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-21 16:03:25 +0000 |
| commit | 56754a2af2bf3a1d10e2b8cbedcb99e693da4431 (patch) | |
| tree | f8f9f468a52c804b39d37181c478364f5e69288c /tests | |
| parent | ead881d4870f93cc3cd2876ba3c13256b466da39 (diff) | |
Update tests/Jellyfin.Networking.Tests/NetworkTesting/UnitTesting.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Jellyfin.Networking.Tests/NetworkTesting/UnitTesting.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.Networking.Tests/NetworkTesting/UnitTesting.cs b/tests/Jellyfin.Networking.Tests/NetworkTesting/UnitTesting.cs index 926dd9599..e5885a4b2 100644 --- a/tests/Jellyfin.Networking.Tests/NetworkTesting/UnitTesting.cs +++ b/tests/Jellyfin.Networking.Tests/NetworkTesting/UnitTesting.cs @@ -11,7 +11,7 @@ using Xunit; namespace NetworkTesting { - public class NetTesting + public class NetworkParseTests { /// <summary> /// Trys to identify the string and return an object of that class. |
