Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
JimLiu committed Jun 19, 2019
1 parent 6bea3a1 commit 3d43871
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/__tests__/reducers/player.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import {
describe('player', () => {
it('should return the initail state', () => {
const expectedInitialState = {
activeTextTrack: null,
currentSrc: null,
duration: 0,
currentTime: 0,
Expand Down

0 comments on commit 3d43871

Please sign in to comment.