Skip to content

Commit

Permalink
Fix assertion message in Firefox for Android test
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-c committed Aug 29, 2016
1 parent 6d41360 commit b762008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/tech/html5.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ QUnit.test('patchCanPlayType doesn\'t patch canplaytype with our function in Fir

assert.strictEqual(video.canPlayType,
canPlayType,
'original canPlayType and patched canPlayType should not be equal');
'original canPlayType and patched canPlayType should be equal');

browser.ANDROID_VERSION = oldAV;
browser.IS_FIREFOX = oldIsFirefox;
Expand Down

0 comments on commit b762008

Please sign in to comment.