Skip to content
Snippets Groups Projects
Commit e4efee4e authored by Georg Krause's avatar Georg Krause
Browse files

Fix tests after changing progress unit

parent 5a74d1d3
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ describe('store/player', () => {
})
it('progress', () => {
const state = { currentTime: 4, duration: 10 }
expect(store.getters['progress'](state)).to.equal(40)
expect(store.getters['progress'](state)).to.equal(0.4)
})
})
describe('actions', () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment