Skip to content

Commit

Permalink
Remove unnecessary sync call from test
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoopmann committed Oct 6, 2024
1 parent 3f55f64 commit 3104684
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,6 @@ if (process.env.INTEGRATIONTEST) {
// Issue 1 SetToken
issueQuantity = ether(1);

await morphoLeverageModule.sync(setToken.address, { gasLimit: 10000000 });
await debtIssuanceModule.issue(setToken.address, issueQuantity, owner.address, {
gasLimit: 10000000,
});
Expand Down

0 comments on commit 3104684

Please sign in to comment.