From 3704857c1640262aa8939ebacf45bbfb7dd44cfe Mon Sep 17 00:00:00 2001 From: Alireza Haghshenas Date: Thu, 21 Sep 2023 05:48:45 -0700 Subject: [PATCH] update local forging test cases --- integration-tests/data/allTestsCases.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/data/allTestsCases.ts b/integration-tests/data/allTestsCases.ts index 22ffc1a02e..d70070e2c4 100644 --- a/integration-tests/data/allTestsCases.ts +++ b/integration-tests/data/allTestsCases.ts @@ -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', }, ], },