Browse Source

[test/test_write_annotations] fix test filename

Closes #6781
master
remitamine 9 years ago
committed by Jaime Marquínez Ferrándiz
parent
commit
c67a055d16
1 changed files with 1 additions and 1 deletions
  1. 2
      test/test_write_annotations.py

2
test/test_write_annotations.py

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

Loading…
Cancel
Save