mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update unit test name
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
This commit is contained in:
parent
fa6f6515a6
commit
cf75f99f0e
@ -156,7 +156,7 @@ namespace Jellyfin.Model.Tests.Net
|
|||||||
[InlineData("video/x-ms-asf", ".asf")]
|
[InlineData("video/x-ms-asf", ".asf")]
|
||||||
[InlineData("video/x-ms-wmv", ".wmv")]
|
[InlineData("video/x-ms-wmv", ".wmv")]
|
||||||
[InlineData("video/x-msvideo", ".avi")]
|
[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));
|
Assert.Equal(expectedResult, MimeTypes.ToExtension(input));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user