Skip to content

Commit 8a4b11f

Browse files
author
Jordan Campbell
committed
Updated tests
1 parent c6638e1 commit 8a4b11f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/on-play.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ test('eventHandlers.onPlay() when video has played before and is currently pause
5555
},
5656
});
5757

58-
const mockEvent = { oldstate: 'paused' };
58+
const mockEvent = { oldstate: 'buffering' };
5959
const onPlay = createEventHandlers(mockComponent).onPlay;
6060

6161
t.doesNotThrow(onPlay.bind(null, mockEvent), 'it runs without error');

0 commit comments

Comments
 (0)