Skip to content

Commit

Permalink
fix(): broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagosiebler committed May 23, 2024
1 parent 05dd466 commit 1ee890e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/futures-usdm/private.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,9 @@ describe('Private Futures USDM REST API Endpoints', () => {

it('should keep alive user data key', async () => {
await api.getFuturesUserDataListenKey();
expect(await api.keepAliveFuturesUserDataListenKey()).toStrictEqual({});
expect(await api.keepAliveFuturesUserDataListenKey()).toMatchObject({
listenKey: expect.any(String),
});
});

it('should close user data key', async () => {
Expand Down

0 comments on commit 1ee890e

Please sign in to comment.