aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2023-02-17 15:00:06 +0100
committerBond_009 <bond.009@outlook.com>2023-02-17 15:00:06 +0100
commit48263078b46aa4ef46c0fb6944665b2c317bf077 (patch)
treebeaf901c571ed2bdf475870c337144561b6540cf /tests
parentdf8346cd634dbd9e8cc26c121c406b272bc9a57f (diff)
Reduce string allocations by 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]