@@ -29,7 +29,7 @@ contract DropERC721BenchmarkTest is BaseTest {
2929 DropERC721 benchmark
3030 //////////////////////////////////////////////////////////////*/
3131
32- function test_bechmark_dropERC721_claim_five_tokens () public {
32+ function test_benchmark_dropERC721_claim_five_tokens () public {
3333 vm.pauseGasMetering ();
3434 string [] memory inputs = new string [](5 );
3535
@@ -80,7 +80,7 @@ contract DropERC721BenchmarkTest is BaseTest {
8080 drop.claim (receiver, 5 , address (erc20), 5 , alp, "" );
8181 }
8282
83- function test_bechmark_dropERC721_setClaimConditions_five_conditions () public {
83+ function test_benchmark_dropERC721_setClaimConditions_five_conditions () public {
8484 vm.pauseGasMetering ();
8585 string [] memory inputs = new string [](5 );
8686
@@ -171,7 +171,7 @@ contract DropERC721BenchmarkTest is BaseTest {
171171 drop.reveal (0 , key);
172172 }
173173
174- // function test_bechmark_dropERC721_claim_one_token () public {
174+ // function test_benchmark_dropERC721_claim_one_token () public {
175175 // vm.pauseGasMetering();
176176 // string[] memory inputs = new string[](5);
177177
@@ -222,7 +222,7 @@ contract DropERC721BenchmarkTest is BaseTest {
222222 // drop.claim(receiver, 1, address(erc20), 5, alp, "");
223223 // }
224224
225- // function test_bechmark_dropERC721_claim_two_tokens () public {
225+ // function test_benchmark_dropERC721_claim_two_tokens () public {
226226 // vm.pauseGasMetering();
227227 // string[] memory inputs = new string[](5);
228228
@@ -273,7 +273,7 @@ contract DropERC721BenchmarkTest is BaseTest {
273273 // drop.claim(receiver, 2, address(erc20), 5, alp, "");
274274 // }
275275
276- // function test_bechmark_dropERC721_claim_three_tokens () public {
276+ // function test_benchmark_dropERC721_claim_three_tokens () public {
277277 // vm.pauseGasMetering();
278278 // string[] memory inputs = new string[](5);
279279
@@ -324,7 +324,7 @@ contract DropERC721BenchmarkTest is BaseTest {
324324 // drop.claim(receiver, 3, address(erc20), 5, alp, "");
325325 // }
326326
327- // function test_bechmark_dropERC721_setClaimConditions_one_condition () public {
327+ // function test_benchmark_dropERC721_setClaimConditions_one_condition () public {
328328 // vm.pauseGasMetering();
329329 // string[] memory inputs = new string[](5);
330330
@@ -364,7 +364,7 @@ contract DropERC721BenchmarkTest is BaseTest {
364364 // drop.setClaimConditions(conditions, false);
365365 // }
366366
367- // function test_bechmark_dropERC721_setClaimConditions_two_conditions () public {
367+ // function test_benchmark_dropERC721_setClaimConditions_two_conditions () public {
368368 // vm.pauseGasMetering();
369369 // string[] memory inputs = new string[](5);
370370
@@ -408,7 +408,7 @@ contract DropERC721BenchmarkTest is BaseTest {
408408 // drop.setClaimConditions(conditions, false);
409409 // }
410410
411- // function test_bechmark_dropERC721_setClaimConditions_three_conditions () public {
411+ // function test_benchmark_dropERC721_setClaimConditions_three_conditions () public {
412412 // vm.pauseGasMetering();
413413 // string[] memory inputs = new string[](5);
414414
0 commit comments