Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Jan 23, 2025
1 parent a9b334c commit d590a04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions precompile/contracts/feemanager/contract_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ var (
}(),
SetupBlockContext: func(mbc *contract.MockBlockContext) {
mbc.EXPECT().Number().Return(testBlockNumber)
mbc.EXPECT().Time().Return(uint64(0)) // not used
},
AfterHook: func(t testing.TB, state contract.StateDB) {
feeConfig := GetStoredFeeConfig(state)
Expand Down

0 comments on commit d590a04

Please sign in to comment.