Update unit test name

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
pull/6941/head
Ahmed Rafiq 2 years ago committed by GitHub
parent fa6f6515a6
commit cf75f99f0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -156,7 +156,7 @@ namespace Jellyfin.Model.Tests.Net
[InlineData("video/x-ms-asf", ".asf")]
[InlineData("video/x-ms-wmv", ".wmv")]
[InlineData("video/x-msvideo", ".avi")]
public void ToExtension(string input, string expectedResult)
public void ToExtension_Valid_ReturnsCorrectResult(string input, string expectedResult)
{
Assert.Equal(expectedResult, MimeTypes.ToExtension(input));
}

Loading…
Cancel
Save