branch: elpa/subed commit e621108999aa666dc247c502f18e41004b980cb4 Author: Random User <rnd...@posteo.de> Commit: Random User <rnd...@posteo.de>
Adjust subtitle killing test descriptions --- tests/test-subed-srt.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test-subed-srt.el b/tests/test-subed-srt.el index a914daa..6ea9246 100644 --- a/tests/test-subed-srt.el +++ b/tests/test-subed-srt.el @@ -896,7 +896,7 @@ Baz. ) (describe "Killing a subtitle" - (it "removes it when it is the first one." + (it "removes the first subtitle." (with-temp-buffer (insert mock-srt-data) (subed-srt--jump-to-subtitle-text 1) @@ -908,7 +908,7 @@ Baz. "3\n" "00:03:03,45 --> 00:03:15,5\n" "Baz.\n")))) - (it "removes it when it is in the middle." + (it "removes it in between." (with-temp-buffer (insert mock-srt-data) (subed-srt--jump-to-subtitle-text 2) @@ -920,7 +920,7 @@ Baz. "3\n" "00:03:03,45 --> 00:03:15,5\n" "Baz.\n")))) - (it "removes it when it is the last one." + (it "removes the last subtitle." (with-temp-buffer (insert mock-srt-data) (subed-srt--jump-to-subtitle-text 3)