mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
corrected test (will this fail now)
This commit is contained in:
parent
f6a37f6f04
commit
ad3064af53
@ -65,7 +65,7 @@ describe('UserCard_CoinAnimation', () => {
|
|||||||
expect(mockAPIcall).toBeCalledWith({
|
expect(mockAPIcall).toBeCalledWith({
|
||||||
mutation: updateUserInfos,
|
mutation: updateUserInfos,
|
||||||
variables: {
|
variables: {
|
||||||
coinanimation: false,
|
coinanimation: true,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user