diff options
| author | dtparr <dtparr@users.noreply.github.com> | 2020-04-11 13:33:16 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-11 13:33:16 -0500 |
| commit | 41f6fa0ae817a8346ebc6c216490333efc13a345 (patch) | |
| tree | c62ee430251862673ca851122664db64961a2154 | |
| parent | e027f4645f8db1a702cc31fa98ff24950c8ecefd (diff) | |
Whitespace fix
Co-Authored-By: Bond-009 <bond.009@outlook.com>
| -rw-r--r-- | tests/Jellyfin.Naming.Tests/Video/ExtraTests.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Jellyfin.Naming.Tests/Video/ExtraTests.cs b/tests/Jellyfin.Naming.Tests/Video/ExtraTests.cs index cdaa644c6..a64d17349 100644 --- a/tests/Jellyfin.Naming.Tests/Video/ExtraTests.cs +++ b/tests/Jellyfin.Naming.Tests/Video/ExtraTests.cs @@ -26,7 +26,6 @@ namespace Jellyfin.Naming.Tests.Video [Fact] public void TestExpandedExtras() { - Test("trailer.mp4", ExtraType.Trailer, _videoOptions); Test("trailer.mp3", null, _videoOptions); Test("300-trailer.mp4", ExtraType.Trailer, _videoOptions); |
