mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
adapt store unit tests to changes in new design
This commit is contained in:
parent
bbccafabd9
commit
8e4b16b2db
@ -154,7 +154,7 @@ describe('Vuex store', () => {
|
||||
describe('hideAmountGDD', () => {
|
||||
it('sets the state of hideAmountGDD', () => {
|
||||
const state = { hideAmountGDD: false }
|
||||
creation(state, true)
|
||||
hideAmountGDD(state, false)
|
||||
expect(state.hideAmountGDD).toEqual(false)
|
||||
})
|
||||
})
|
||||
@ -162,7 +162,7 @@ describe('Vuex store', () => {
|
||||
describe('hideAmountGDT', () => {
|
||||
it('sets the state of hideAmountGDT', () => {
|
||||
const state = { hideAmountGDT: true }
|
||||
creation(state, true)
|
||||
hideAmountGDT(state, true)
|
||||
expect(state.hideAmountGDT).toEqual(true)
|
||||
})
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user