mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-31 14:33:54 -04:00
Update unit test name
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
This commit is contained in:
parent
0e491025ae
commit
fa6f6515a6
@ -87,7 +87,7 @@ namespace Jellyfin.Model.Tests.Net
|
|||||||
[InlineData(".wma", "audio/x-ms-wma")]
|
[InlineData(".wma", "audio/x-ms-wma")]
|
||||||
[InlineData(".wv", "audio/x-wavpack")]
|
[InlineData(".wv", "audio/x-wavpack")]
|
||||||
[InlineData(".xsp", "audio/xsp")]
|
[InlineData(".xsp", "audio/xsp")]
|
||||||
public void GetMimeType(string input, string expectedResult)
|
public void GetMimeType_Valid_ReturnsCorrectResult(string input, string expectedResult)
|
||||||
{
|
{
|
||||||
Assert.Equal(expectedResult, MimeTypes.GetMimeType(input, null));
|
Assert.Equal(expectedResult, MimeTypes.GetMimeType(input, null));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user