We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9d160c commit b9b8761Copy full SHA for b9b8761
test/Arbitrum.t.sol
@@ -22,7 +22,7 @@ contract ArbitrumTest is BaseTest {
22
23
ArbitrumGasCalculator arbGasCalculator;
24
25
- function setUp() public override {
+ function setUp() public virtual override {
26
// Fork Arbitrum One for tests
27
FORK_RPC_STRING = "ARBITRUM_RPC_URL";
28
FORK_BLOCK = 343_453_130;
0 commit comments