branch: elpa/subed
commit df63931c4165c25b79ccbe0050974a81eaf5ec49
Author: Sacha Chua <[email protected]>
Commit: Sacha Chua <[email protected]>
Fix failing test
---
tests/test-subed-vtt.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/test-subed-vtt.el b/tests/test-subed-vtt.el
index 48834015b9..ed43365285 100644
--- a/tests/test-subed-vtt.el
+++ b/tests/test-subed-vtt.el
@@ -2855,7 +2855,7 @@ Subtitle D.
(expect (length chapters) :to-equal 4)
(expect (car (car (last chapters))) :to-equal "Chapter Title A"))
(it "preserves other parts of the comment."
- (expect (elt (cadr (elt chapters 3))) :to-equal "Chapter Title
B\n#+SCREENSHOT: test.jpg")
+ (expect (elt (cadr (elt chapters 2)) 4) :to-equal "Chapter Title
B\n#+SCREENSHOT: test.jpg")
))
(it "can replace [speaker-name]: with <v speaker-name>..</v>."
(with-temp-vtt-buffer