Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
olivbau committed Nov 27, 2024
1 parent 55c7be4 commit 6b3c43a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/TokenRegistry.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ describe('TokenRegistry', () => {
expect(shibaToken).not.toBeNull();
expect(jupToken).not.toBeNull();
expect(tokenRegistry).toBeDefined();
await tokenRegistry.disconnect();
await sleep(200);
});

it('sould refetch item due to expiracy', async () => {
Expand Down

0 comments on commit 6b3c43a

Please sign in to comment.