1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-07 13:43:32 +08:00

[test/test_write_annotations] fix test filename

This commit is contained in:
remitamine
2015-09-07 07:09:55 +01:00
Unverified
parent 97243fe395
commit 2f838e8302
+1 -1
View File
@@ -33,7 +33,7 @@ params = get_params({
TEST_ID = 'gr51aVj-mLg'
ANNOTATIONS_FILE = TEST_ID + '.flv.annotations.xml'
ANNOTATIONS_FILE = TEST_ID + '.annotations.xml'
EXPECTED_ANNOTATIONS = ['Speech bubble', 'Note', 'Title', 'Spotlight', 'Label']