Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Nov 14, 2020
1 parent f9c5429 commit 8e8c107
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion test/players/FilePlayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,10 @@ test('load - dash', async t => {
}),
updateSettings: () => null
})
})
}),
Debug: {
LOG_LEVEL_NONE: 0
}
}
const url = 'file.mpd'
const getSDK = sinon.stub(utils, 'getSDK').resolves(dashjs)
Expand Down
3 changes: 2 additions & 1 deletion test/players/YouTube.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ configure({ adapter: new Adapter() })

const TEST_URL = 'https://www.youtube.com/watch?v=oUFJJNQGwhk'
const TEST_CONFIG = {
playerVars: {}
playerVars: {},
embedOptions: {}
}

testPlayerMethods(YouTube, {
Expand Down

0 comments on commit 8e8c107

Please sign in to comment.