Skip to content
This repository was archived by the owner on Apr 9, 2024. It is now read-only.

Commit 85a2bed

Browse files
committed
fix test
1 parent a5c83cf commit 85a2bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/__tests__/genie.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ describe('genie', () => {
10991099
});
11001100

11011101
test('genie - connect', async () => {
1102-
const conReturn = await genie.disconnect();
1102+
const conReturn = await genie.connect();
11031103
expect(conReturn).toBeTruthy();
11041104
});
11051105
});

0 commit comments

Comments
 (0)