Skip to content

Commit

Permalink
chore: rename benchmark test not to be run
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Oct 4, 2023
1 parent ba76508 commit 3b20de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/QuantumGravityBridgeBenchmark.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ contract Benchmark is DSTest {
bridge.initialize(initialVelsetNonce, (2 * votingPower * numberOfValidators) / 3, hash);
}

function testBenchmarkSubmitDataRootTupleRoot() public {
function benchmarkSubmitDataRootTupleRoot() public {
uint256 initialVelsetNonce = 0;
uint256 nonce = 1;

Expand Down

0 comments on commit 3b20de7

Please sign in to comment.