Skip to content

Commit b1066fd

Browse files
committed
no only
1 parent 5874d59 commit b1066fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/atlas-service/src/store/atlas-signin-reducer.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ describe('atlasSignInReducer', function () {
158158
expect(store.getState()).to.have.nested.property('state', 'initial');
159159
});
160160

161-
it.only('should cancel sign in if sign in is in progress', function () {
161+
it('should cancel sign in if sign in is in progress', function () {
162162
const mockAtlasService = {
163163
isAuthenticated: sandbox
164164
.stub()

0 commit comments

Comments
 (0)