1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-10 08:03:21 +08:00

[test/test_write_annotations] fix test filename

This commit is contained in:
remitamine 2015-09-07 07:09:55 +01:00
parent 97243fe395
commit 2f838e8302

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']