corrected test (will this fail now)

This commit is contained in:
Ulf Gebhardt 2021-10-04 10:24:32 +02:00
parent f6a37f6f04
commit ad3064af53
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -65,7 +65,7 @@ describe('UserCard_CoinAnimation', () => {
expect(mockAPIcall).toBeCalledWith({
mutation: updateUserInfos,
variables: {
coinanimation: false,
coinanimation: true,
},
})
})