Skip to content

Commit

Permalink
fix js tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Foivos committed Nov 7, 2024
1 parent 7e08e80 commit c04c832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/squid.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ describe('Squid', () => {

const coinInfo = await builder.moveCall({
target: `${deployments.its.packageId}::coin_info::from_metadata`,
arguments: [coins[coin].coinMetadata, 9],
arguments: [coins[coin].coinMetadata],
typeArguments: [coins[coin].type],
});
const coinManagment = await builder.moveCall({
Expand Down

0 comments on commit c04c832

Please sign in to comment.