Skip to content

Commit

Permalink
test(use-cases): make setup function virtual
Browse files Browse the repository at this point in the history
  • Loading branch information
ashhanai committed Aug 22, 2024
1 parent 52fbe21 commit f3eb415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fork/UseCases.fork.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ abstract contract UseCasesTest is DeploymentTest {
PWNSimpleLoanSimpleProposal.Proposal proposal;


function setUp() public override {
function setUp() public override virtual {
vm.createSelectFork("mainnet");

super.setUp();
Expand Down

0 comments on commit f3eb415

Please sign in to comment.