Merge pull request #9337 from Bond-009/regex

This commit is contained in:
Bond-009
2023-02-18 14:02:47 +01:00
committed by GitHub
11 changed files with 22 additions and 62 deletions

View File

@@ -12,8 +12,6 @@ namespace Jellyfin.Naming.Tests.Common
Assert.NotEmpty(options.CleanDateTimeRegexes);
Assert.NotEmpty(options.CleanStringRegexes);
Assert.NotEmpty(options.EpisodeWithoutSeasonRegexes);
Assert.NotEmpty(options.EpisodeMultiPartRegexes);
}
[Fact]