Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielailie committed Nov 18, 2024
1 parent 73ac82f commit 1643a52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/transaction.local.net.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,7 @@ describe("test transaction", function () {
await bob.sync(provider);
const initialBalanceOfBob = new BigNumber(bob.account.balance.toString());

const transaction = factory.createTransactionForNativeTokenTransfer({
sender: alice.address,
const transaction = factory.createTransactionForNativeTokenTransfer(alice.address, {
receiver: bob.address,
nativeAmount: 42000000000000000000n,
});
Expand Down

0 comments on commit 1643a52

Please sign in to comment.