Fix tab/space issue causing github oddity

This commit is contained in:
dtparr 2020-04-10 21:21:22 +00:00
parent ce86455747
commit 8e42d0063d

View File

@ -45,7 +45,7 @@ namespace Jellyfin.Naming.Tests.Video
Test("300-behindthescenes.mp4", ExtraType.BehindTheScenes, videoOptions); Test("300-behindthescenes.mp4", ExtraType.BehindTheScenes, videoOptions);
} }
[Theory] [Theory]
[InlineData(ExtraType.BehindTheScenes, "behind the scenes" )] [InlineData(ExtraType.BehindTheScenes, "behind the scenes" )]
[InlineData(ExtraType.DeletedScene, "deleted scenes" )] [InlineData(ExtraType.DeletedScene, "deleted scenes" )]
[InlineData(ExtraType.Interview, "interviews" )] [InlineData(ExtraType.Interview, "interviews" )]