diff options
| author | dtparr <dtparr@users.noreply.github.com> | 2020-04-10 21:21:22 +0000 |
|---|---|---|
| committer | dtparr <dtparr@users.noreply.github.com> | 2020-04-10 21:21:22 +0000 |
| commit | 8e42d0063d0d13aa3b95f1b6b9e031a5e4deb86f (patch) | |
| tree | e3cc511b79f58e9462820bf463318a74df75bfc3 | |
| parent | ce86455747f73b45d2fec5e507573d2368e498f5 (diff) | |
Fix tab/space issue causing github oddity
| -rw-r--r-- | tests/Jellyfin.Naming.Tests/Video/ExtraTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.Naming.Tests/Video/ExtraTests.cs b/tests/Jellyfin.Naming.Tests/Video/ExtraTests.cs index 6dc5792e2..ceaf52bb5 100644 --- a/tests/Jellyfin.Naming.Tests/Video/ExtraTests.cs +++ b/tests/Jellyfin.Naming.Tests/Video/ExtraTests.cs @@ -45,7 +45,7 @@ namespace Jellyfin.Naming.Tests.Video Test("300-behindthescenes.mp4", ExtraType.BehindTheScenes, videoOptions); } - [Theory] + [Theory] [InlineData(ExtraType.BehindTheScenes, "behind the scenes" )] [InlineData(ExtraType.DeletedScene, "deleted scenes" )] [InlineData(ExtraType.Interview, "interviews" )] |
