Skip to content

Commit f618dc5

Browse files
committed
chore(connections): fix test
1 parent 2620e7c commit f618dc5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/compass-connections/src/stores/connections-store.spec.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,8 @@ describe('useConnections', function () {
470470
preferences: defaultPreferences,
471471
});
472472

473+
await connectionsStore.actions.connect(mockConnections[0]);
474+
473475
result.current.removeConnection(mockConnections[0].id);
474476

475477
await waitFor(() => {

0 commit comments

Comments
 (0)