Skip to content

Commit

Permalink
add one more query test
Browse files Browse the repository at this point in the history
  • Loading branch information
psteniusubi committed Jan 20, 2024
1 parent 11bf30b commit 0d3212f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/integration-scripts/singlesig-dip.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,9 @@ describe('singlesig-dip', () => {
// delegate waits for completion
delegate2 = await client2.identifiers().get('delegate2');
expect(delegate2.prefix).toEqual(op.response.i);

// make sure query with seal is idempotent
op = await client2.keyStates().query(name1_id, undefined, seal);
await waitOperation(client2, op)
});
});

0 comments on commit 0d3212f

Please sign in to comment.