Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
leonz789 committed Apr 25, 2024
1 parent ecf9145 commit d892e60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testutil/keeper/oracle.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ func OracleKeeper(t testing.TB) (*keeper.Keeper, sdk.Context) {
// Initialize params
p4Test := types.DefaultParams()
p4Test.TokenFeeders[1].StartBaseBlock = 1
//k.SetParams(ctx, types.DefaultParams())
k.SetParams(ctx, p4Test)

return &k, ctx
Expand Down

0 comments on commit d892e60

Please sign in to comment.