mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Complete test coverage for Emby.Naming.Subtitles
This commit is contained in:
parent
c060ed1a18
commit
aef1fe62c2
@ -1,4 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
using Emby.Naming.Common;
|
using Emby.Naming.Common;
|
||||||
using Emby.Naming.Subtitles;
|
using Emby.Naming.Subtitles;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
@ -26,6 +26,7 @@ namespace Jellyfin.Naming.Tests.Subtitles
|
|||||||
Assert.Equal(language, result?.Language, true);
|
Assert.Equal(language, result?.Language, true);
|
||||||
Assert.Equal(isDefault, result?.IsDefault);
|
Assert.Equal(isDefault, result?.IsDefault);
|
||||||
Assert.Equal(isForced, result?.IsForced);
|
Assert.Equal(isForced, result?.IsForced);
|
||||||
|
Assert.Equal(input, result?.Path);
|
||||||
}
|
}
|
||||||
|
|
||||||
[Theory]
|
[Theory]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user