Skip to content

Commit

Permalink
downgrade deploy script verbosity in test
Browse files Browse the repository at this point in the history
  • Loading branch information
spengrah committed Aug 15, 2023
1 parent 53f5710 commit c96bde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Counter.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ contract CounterTest is Deploy, Test {
// fork = vm.createSelectFork(vm.rpcUrl("mainnet"), BLOCK_NUMBER);

// deploy via the script
prepare(true);
prepare(false);
run();
}
}
Expand Down

0 comments on commit c96bde5

Please sign in to comment.