Skip to content

Commit

Permalink
Redefining blocknumber to pass in the tests;
Browse files Browse the repository at this point in the history
  • Loading branch information
Luiz Gustavo Abou Hatem De Liz committed Jul 19, 2023
1 parent 8e407da commit eb43925
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe('ComposableStable Pool - Join Functions', async () => {
parseFixed('100000', 18).toString()
),
jsonRpcUrl,
blockNumber
40818844
);
testPool = await updateFromChain(testPool, network, provider);
pool = Pools.wrap(testPool, BALANCER_NETWORK_CONFIG[network]);
Expand Down

0 comments on commit eb43925

Please sign in to comment.