diff --git a/frontend/src/views/Pages/UserProfile/UserCard_CoinAnimation.spec.js b/frontend/src/views/Pages/UserProfile/UserCard_CoinAnimation.spec.js index d51800268..5a7a8be60 100644 --- a/frontend/src/views/Pages/UserProfile/UserCard_CoinAnimation.spec.js +++ b/frontend/src/views/Pages/UserProfile/UserCard_CoinAnimation.spec.js @@ -65,7 +65,7 @@ describe('UserCard_CoinAnimation', () => { expect(mockAPIcall).toBeCalledWith({ mutation: updateUserInfos, variables: { - coinanimation: false, + coinanimation: true, }, }) })