Skip to content

Commit

Permalink
test: fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond committed Sep 7, 2023
1 parent f9099c6 commit a22c612
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/margin/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ func NewKeeper(
keeper.PositionChecker = keeper
keeper.PoolChecker = keeper
keeper.OpenLongChecker = keeper
keeper.CloseLongChecker = keeper

return keeper
}
Expand Down

0 comments on commit a22c612

Please sign in to comment.