aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2021-04-21 10:09:05 +0100
committerGitHub <noreply@github.com>2021-04-21 10:09:05 +0100
commit2559ceffab778933a6122d2989cfa4d58f699839 (patch)
treeb0dc3dc13bb7b5d73142fb76f771d4af133b19b2
parent522d5a71582fa4b610c75b0029812a9c10619002 (diff)
Update tests/Jellyfin.Dlna.Tests/ProfileTester.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
-rw-r--r--tests/Jellyfin.Dlna.Tests/ProfileTester.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.Dlna.Tests/ProfileTester.cs b/tests/Jellyfin.Dlna.Tests/ProfileTester.cs
index 3676cc9ef..74868bc0e 100644
--- a/tests/Jellyfin.Dlna.Tests/ProfileTester.cs
+++ b/tests/Jellyfin.Dlna.Tests/ProfileTester.cs
@@ -11,7 +11,7 @@ using Xunit;
namespace Jellyfin.Dlna.Tests
{
- public class ProfileTester
+ public class DlnaManagerTests
{
private DlnaManager GetManager()
{