Skip to content

Commit

Permalink
Update ForcedInclusionStore.t.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik committed Jan 27, 2025
1 parent f70fd64 commit 807ef76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ contract ForcedInclusionStoreTest is ForcedInclusionStoreTestBase {
});
}

function test_storeconsumeOldestForcedInclusion_success() public {
function test_storeConsumeForcedInclusion_success() public {
vm.deal(Alice, 1 ether);
uint64 _feeInGwei = store.feeInGwei();

Expand Down

0 comments on commit 807ef76

Please sign in to comment.