Skip to content

Commit

Permalink
modify test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Torres-ssf committed Aug 28, 2024
1 parent 94c2014 commit 4ebad43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/fuel-gauge/src/contract.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1124,11 +1124,11 @@ describe('Contract', () => {
contracts: [contract],
} = launched;

const data = true;
const data = [1, 2, 3, 4, 5, 6, 7, 8];
const baseAssetId = provider.getBaseAssetId();

const { waitForResult } = await contract.functions
.send_typed_message_bool(recipient.address.toB256(), data, 1)
.send_typed_message_bytes(recipient.address.toB256(), data, 1)
.callParams({ forward: [1, baseAssetId] })
.call();

Expand Down

0 comments on commit 4ebad43

Please sign in to comment.