summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_subscleaner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_subscleaner.py b/tests/test_subscleaner.py
index 54cb521..52eec01 100644
--- a/tests/test_subscleaner.py
+++ b/tests/test_subscleaner.py
@@ -47,6 +47,7 @@ def create_sample_srt_file(tmpdir, content):
("This is a normal line", False),
("This line contains OpenSubtitles", True),
("Subtitles by XYZ", True),
+ ("YTS.MX presents", True),
],
)
def test_contains_ad(subtitle_line, expected_result):