b6773f6f by Tom Johnson

test formatting fix

1 parent 8b8fdd99
......@@ -46,7 +46,7 @@ module('HLS', {
document.querySelector('#qunit-fixture').appendChild(video);
player = videojs(video, {
flash: {
swf: '../node_modules/video.js/dist/video-js/video-js.swf',
swf: '../node_modules/video.js/dist/video-js/video-js.swf'
},
techOrder: ['flash']
});
......