Skip to content

Commit

Permalink
DTIS-982: Update the test
Browse files Browse the repository at this point in the history
  • Loading branch information
minhdo6491 committed Jul 18, 2024
1 parent 30403c8 commit 3a0df1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/integration-scripts/witness.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ test('test witness', async () => {
toad: 1,
wits: [WITNESS_AID],
cnfg: ["RB"],
data: {"ledger": "CARDANO_PREVIEW"}
data: {"ledger": "CARDANO_PREVIEW", "d": ""}
});
await waitOperation(client1, await icpResult1.op());
let aid1 = await client1.identifiers().get('aid1');
Expand Down

0 comments on commit 3a0df1e

Please sign in to comment.