From ad3064af53f8310e69e8067e7a8f79e088e30e0a Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 4 Oct 2021 10:24:32 +0200 Subject: [PATCH] corrected test (will this fail now) --- .../src/views/Pages/UserProfile/UserCard_CoinAnimation.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }, }) })