Skip to content

Commit 458dad5

Browse files
committed
fixup: test update
1 parent 813ed8e commit 458dad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-generative-ai/src/store/atlas-signin-reducer.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ describe('atlasSignInReducer', function () {
150150
});
151151

152152
const signInPromise = store.dispatch(signIntoAtlasWithModalPrompt());
153-
store.dispatch(closeSignInModal());
153+
store.dispatch(closeSignInModal(new Error('This operation was aborted')));
154154

155155
try {
156156
await signInPromise;

0 commit comments

Comments
 (0)