Skip to content

Commit c3b0f1e

Browse files
committed
fix: test fix, we no longer unmount modal when starting desktop onboarding
1 parent 6c57319 commit c3b0f1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/sdk-multichain/src/ui/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ t.describe('ModalFactory', () => {
361361
const constructorArgs = (mockFactoryOptions.InstallModal as any).mock.calls[0][0];
362362
constructorArgs.startDesktopOnboarding();
363363

364-
t.expect(mockModal.unmount).toHaveBeenCalled();
364+
t.expect(mockModal.unmount).not.toHaveBeenCalled();
365365
});
366366
});
367367

0 commit comments

Comments
 (0)