Skip to content

Commit dda4f7b

Browse files
committed
fix: cicd
1 parent 3a3ca21 commit dda4f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/deployments/HorizonDeployment.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ abstract contract HorizonDeploymentBaseTest is Test {
8080
}
8181
}
8282

83-
contract HorizonDeploymentMainnetTest is HorizonDeploymentBaseTest {
83+
abstract contract HorizonDeploymentMainnetTest is HorizonDeploymentBaseTest {
8484
function setUp() public virtual {
8585
vm.createSelectFork('mainnet');
8686
}

0 commit comments

Comments
 (0)