From ff1fd445e5e0a285a73be8dbf1cbec4691243f32 Mon Sep 17 00:00:00 2001 From: josojo Date: Wed, 7 Feb 2024 10:07:54 +0100 Subject: [PATCH] linting fix --- test/L2ForkArbitrator.t.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/test/L2ForkArbitrator.t.sol b/test/L2ForkArbitrator.t.sol index 1c62639e..db0bc83d 100644 --- a/test/L2ForkArbitrator.t.sol +++ b/test/L2ForkArbitrator.t.sol @@ -291,7 +291,6 @@ contract L2ForkArbitratorTest is Test { ); } - function testCancelArbitrationSuccess() public { bytes32 questionId = keccak256("cancelTestQuestion"); uint256 maxPrevious = 0;