Skip to content

Commit

Permalink
fix the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 committed Aug 11, 2023
1 parent 8abd043 commit 162277b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions x/leverage/types/documented_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (

sdk "github.com/cosmos/cosmos-sdk/types"

"github.com/umee-network/umee/v5/util/coin"
"github.com/umee-network/umee/v5/x/leverage/types"
"github.com/umee-network/umee/v6/util/coin"
"github.com/umee-network/umee/v6/x/leverage/types"
)

func TestMaxBorrowScenarioA(t *testing.T) {
Expand Down
4 changes: 2 additions & 2 deletions x/leverage/types/position_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (

sdk "github.com/cosmos/cosmos-sdk/types"

"github.com/umee-network/umee/v5/util/coin"
"github.com/umee-network/umee/v5/x/leverage/types"
"github.com/umee-network/umee/v6/util/coin"
"github.com/umee-network/umee/v6/x/leverage/types"
)

var (
Expand Down

0 comments on commit 162277b

Please sign in to comment.