diff --git a/test/unit/specs/stores/oauth.spec.js b/test/unit/specs/stores/oauth.spec.js index 3ae8da7c9..1081276d3 100644 --- a/test/unit/specs/stores/oauth.spec.js +++ b/test/unit/specs/stores/oauth.spec.js @@ -2,10 +2,7 @@ import { createTestingPinia } from '@pinia/testing' import { HttpResponse, http } from 'msw' import { createPinia, setActivePinia } from 'pinia' -import { - authApis, - injectMswToTest, -} from '/test/fixtures/mock_api.js' +import { authApis, injectMswToTest } from '/test/fixtures/mock_api.js' import { useOAuthStore } from 'src/stores/oauth.js'