aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2023-02-18 14:02:47 +0100
committerGitHub <noreply@github.com>2023-02-18 14:02:47 +0100
commit336e08de1ef9cef04fa07f90efe9a4fc31343908 (patch)
tree262d954bcfd1f99020fa13d9f7ff3d8b7e84a440 /tests
parent80939b922c08c926dd470ce19bc961cd4cc7f8b4 (diff)
parent48263078b46aa4ef46c0fb6944665b2c317bf077 (diff)
Merge pull request #9337 from Bond-009/regex
Diffstat (limited to 'tests')
-rw-r--r--tests/Jellyfin.Naming.Tests/Common/NamingOptionsTest.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/Jellyfin.Naming.Tests/Common/NamingOptionsTest.cs b/tests/Jellyfin.Naming.Tests/Common/NamingOptionsTest.cs
index 58aaed023..c49663248 100644
--- a/tests/Jellyfin.Naming.Tests/Common/NamingOptionsTest.cs
+++ b/tests/Jellyfin.Naming.Tests/Common/NamingOptionsTest.cs
@@ -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]