diff --git a/frontend/src/components/UserCard_CoinAnimation.spec.js b/frontend/src/components/UserSettings/UserCoinAnimation.spec.js similarity index 96% rename from frontend/src/components/UserCard_CoinAnimation.spec.js rename to frontend/src/components/UserSettings/UserCoinAnimation.spec.js index 92c2f2b54..aabf927fb 100644 --- a/frontend/src/components/UserCard_CoinAnimation.spec.js +++ b/frontend/src/components/UserSettings/UserCoinAnimation.spec.js @@ -1,5 +1,5 @@ import { mount } from '@vue/test-utils' -import UserCardCoinAnimation from './UserCard_CoinAnimation' +import UserCoinAnimation from './UserCoinAnimation' import { updateUserInfos } from '@/graphql/mutations' import { toastErrorSpy, toastSuccessSpy } from '@test/testSetup' @@ -28,7 +28,7 @@ describe('UserCard_CoinAnimation', () => { } const Wrapper = () => { - return mount(UserCardCoinAnimation, { localVue, mocks }) + return mount(UserCoinAnimation, { localVue, mocks }) } describe('mount', () => { diff --git a/frontend/src/components/UserCard_CoinAnimation.vue b/frontend/src/components/UserSettings/UserCoinAnimation.vue similarity index 98% rename from frontend/src/components/UserCard_CoinAnimation.vue rename to frontend/src/components/UserSettings/UserCoinAnimation.vue index 19a082e41..e73ddb7af 100644 --- a/frontend/src/components/UserCard_CoinAnimation.vue +++ b/frontend/src/components/UserSettings/UserCoinAnimation.vue @@ -33,7 +33,7 @@