Skip to content

Commit

Permalink
fix the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 committed Jul 27, 2023
1 parent 40bbba1 commit 0ac0cb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions app/inflation/mocks/keepers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion x/ugov/keeper/keeper_interfaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type IParams interface {
SetInflationParams(lp ugov.InflationParams) error
InflationParams() ugov.InflationParams
SetInflationCycleEnd(startTime time.Time) error
GetInflationCycleEnd() (time.Time, error)
GetInflationCycleEnd() time.Time
}

var _ IKeeper = Keeper{}

0 comments on commit 0ac0cb6

Please sign in to comment.