Skip to content

Commit

Permalink
fix: typo (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lykhoyda authored Sep 3, 2024
1 parent 4c7c098 commit d91a780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/test/baseTransfer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ describe('BaseTransfer', () => {
await config.init(Environment.DEVNET);
const transfer = new Transfer(TRANSFER_PARAMS, config);

transfer.setDesinationDomain('ethereum:1');
transfer.setDestinationDomain('ethereum:1');
expect(transfer.destination).toBeTruthy();
});
});

0 comments on commit d91a780

Please sign in to comment.