aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Api.Tests/Controllers/ImageControllerTests.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2023-12-19 09:56:24 +0100
committerGitHub <noreply@github.com>2023-12-19 09:56:24 +0100
commita1463c37fa64240fd094b63ab287b599847e1bdb (patch)
tree00c4441ffc5f1aa2f57422e1084907edb7f19068 /tests/Jellyfin.Api.Tests/Controllers/ImageControllerTests.cs
parent053c3392f4b7583e5b6955738001661f1d0aee36 (diff)
parent7bf831da62f00b7df2e847d6298012b17997285f (diff)
Merge pull request #10604 from jellyfin/renovate/xunit-dotnet-monorepo
Diffstat (limited to 'tests/Jellyfin.Api.Tests/Controllers/ImageControllerTests.cs')
-rw-r--r--tests/Jellyfin.Api.Tests/Controllers/ImageControllerTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.Api.Tests/Controllers/ImageControllerTests.cs b/tests/Jellyfin.Api.Tests/Controllers/ImageControllerTests.cs
index 0254a1ec6e..5034ad3c71 100644
--- a/tests/Jellyfin.Api.Tests/Controllers/ImageControllerTests.cs
+++ b/tests/Jellyfin.Api.Tests/Controllers/ImageControllerTests.cs
@@ -27,7 +27,7 @@ public static class ImageControllerTests
[InlineData(null)]
[InlineData("")]
[InlineData("text/html")]
- public static void TryGetImageExtensionFromContentType_InValid_False(string contentType)
+ public static void TryGetImageExtensionFromContentType_InValid_False(string? contentType)
{
Assert.False(ImageController.TryGetImageExtensionFromContentType(contentType, out var ex));
Assert.Null(ex);