Skip to content

Commit

Permalink
use remarkWithEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
magecnion committed Nov 19, 2024
1 parent f27853b commit c05554d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/tests/test-invalid-tx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describeWithExistingNode(
}, this.context.providers.laos, roundLength);

await this.context.providers.laos.send(newBlockMethod, [{ count: roundLength - 1 }]);
const remarkTx = this.context.networks.laos.tx.system.remark("Hello, world!");
const remarkTx = this.context.networks.laos.tx.system.remarkWithEvent("Hello, world!");
await sendTxAndWaitForFinalization(this.context.networks.laos, remarkTx, this.ethereumPairs.alith);
});

Expand Down

0 comments on commit c05554d

Please sign in to comment.