Skip to content

Commit b9b8761

Browse files
committed
test: make Arbitrum tests more importable
1 parent b9d160c commit b9b8761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Arbitrum.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ contract ArbitrumTest is BaseTest {
2222

2323
ArbitrumGasCalculator arbGasCalculator;
2424

25-
function setUp() public override {
25+
function setUp() public virtual override {
2626
// Fork Arbitrum One for tests
2727
FORK_RPC_STRING = "ARBITRUM_RPC_URL";
2828
FORK_BLOCK = 343_453_130;

0 commit comments

Comments
 (0)