Skip to content

Commit

Permalink
update local forging test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
ac10n committed Sep 21, 2023
1 parent a3ef5bc commit 3704857
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-tests/data/allTestsCases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -365,10 +365,10 @@ export const commonCases: TestCase[] = [
storage_limit: '10',
parameters: {
entrypoint: 'unstake',
value: { prim: 'Unit' },
value: { int: '1000000' },
},
destination: 'tz1QZ6KY7d3BuZDT1d19dUxoQrtFPN2QJ3hn',
amount: '1000000',
amount: '0',
},
],
},
Expand Down

0 comments on commit 3704857

Please sign in to comment.