aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Api.Tests/GetPathValueTests.cs
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-06-23 11:50:42 -0600
committercrobibero <cody@robibe.ro>2020-06-23 11:50:42 -0600
commitb4a773fde80b35959dbaf88f98ceb169862dba84 (patch)
treee0c4ef404a2d10bc17bd1055ce39cdaee4d74f71 /tests/Jellyfin.Api.Tests/GetPathValueTests.cs
parentc4f9112b0dae98a2c80d4126ca9dcd82a2271835 (diff)
parent57bf8c17d62d58aa0f09c86da2c2a232e20dbbd6 (diff)
Merge remote-tracking branch 'upstream/api-migration' into api-livetv
Diffstat (limited to 'tests/Jellyfin.Api.Tests/GetPathValueTests.cs')
-rw-r--r--tests/Jellyfin.Api.Tests/GetPathValueTests.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Jellyfin.Api.Tests/GetPathValueTests.cs b/tests/Jellyfin.Api.Tests/GetPathValueTests.cs
index b01d1af1f..397eb2edc 100644
--- a/tests/Jellyfin.Api.Tests/GetPathValueTests.cs
+++ b/tests/Jellyfin.Api.Tests/GetPathValueTests.cs
@@ -31,8 +31,8 @@ namespace Jellyfin.Api.Tests
var confManagerMock = Mock.Of<IServerConfigurationManager>(x => x.Configuration == conf);
- var service = new BrandingService(
- new NullLogger<BrandingService>(),
+ var service = new TestService(
+ new NullLogger<TestService>(),
confManagerMock,
Mock.Of<IHttpResultFactory>())
{