Skip to content

Commit 3845dcb

Browse files
Remove unused stubs
1 parent f243bdf commit 3845dcb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/acceptance/settings/cloud-test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ module('Acceptance | settings/cloud', function (hooks) {
6060
'service:supabase'
6161
) as SupabaseService;
6262
sinon.stub(supabaseService, 'signInWithOtp').resolves();
63-
sinon.stub(supabaseService, 'signOut').resolves();
6463

6564
// eslint-disable-next-line @typescript-eslint/no-explicit-any
6665
const authenticator = this.owner.lookup('authenticator:supabase') as any;
@@ -78,7 +77,6 @@ module('Acceptance | settings/cloud', function (hooks) {
7877
'service:data'
7978
) as unknown as DataService;
8079
const synchronizeStub = sinon.stub(dataService, 'synchronize').resolves();
81-
sinon.stub(dataService, 'reset').resolves();
8280

8381
// Step 1: Enter email and request OTP
8482
await fillIn('[data-test-login-input-user]', 'testuser@gmail.com');

0 commit comments

Comments
 (0)