aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-12-10 13:41:45 -0500
committerJesús <heckyel@hyperbola.info>2021-12-10 13:41:45 -0500
commit3a9fe880dddb69cfca33c8438683b69833139cd6 (patch)
treec43bb991c3291e6f54e3c72f2bd416c270c4cbe3 /test
parentab2840d99fe752985fb1259a1a364f591f955d89 (diff)
parentaa4b0545120becc11a5992384ce52c943da8ead5 (diff)
downloadhypervideo-pre-3a9fe880dddb69cfca33c8438683b69833139cd6.tar.lz
hypervideo-pre-3a9fe880dddb69cfca33c8438683b69833139cd6.tar.xz
hypervideo-pre-3a9fe880dddb69cfca33c8438683b69833139cd6.zip
updated from upstream | 10/12/2021 at 13:41
Diffstat (limited to 'test')
-rw-r--r--test/test_postprocessors.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_postprocessors.py b/test/test_postprocessors.py
index 090c7b47b..bbe998993 100644
--- a/test/test_postprocessors.py
+++ b/test/test_postprocessors.py
@@ -124,11 +124,11 @@ class TestModifyChaptersPP(unittest.TestCase):
chapters = self._chapters([70], ['c']) + [
self._sponsor_chapter(10, 20, 'sponsor'),
self._sponsor_chapter(30, 40, 'preview'),
- self._sponsor_chapter(50, 60, 'sponsor')]
+ self._sponsor_chapter(50, 60, 'filler')]
expected = self._chapters(
[10, 20, 30, 40, 50, 60, 70],
['c', '[SponsorBlock]: Sponsor', 'c', '[SponsorBlock]: Preview/Recap',
- 'c', '[SponsorBlock]: Sponsor', 'c'])
+ 'c', '[SponsorBlock]: Filler Tangent', 'c'])
self._remove_marked_arrange_sponsors_test_impl(chapters, expected, [])
def test_remove_marked_arrange_sponsors_UniqueNamesForOverlappingSponsors(self):