Skip to content

Commit 86c1b2f

Browse files
committed
PR feedback
1 parent 8f9cd10 commit 86c1b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages-exp/auth-exp/src/core/user/user_impl.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ describe('core/user/user_impl', () => {
142142
expect(endpoint.calls[0].request).to.eql({
143143
idToken: 'id-token'
144144
});
145-
146145
expect(signOut).to.have.been.called;
146+
expect(stsTokenManager.refreshToken).to.be.null;
147147
});
148148
});
149149

0 commit comments

Comments
 (0)