Skip to content

Commit

Permalink
fix: Import correct types in genesis_test
Browse files Browse the repository at this point in the history
  • Loading branch information
drklee3 committed May 9, 2024
1 parent 7bbc125 commit e713c93
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions x/precisebank/types/genesis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package types_test
import (
"testing"

"github.com/kava-labs/kava/x/cdp/types"
"github.com/kava-labs/kava/x/precisebank/types"
"github.com/stretchr/testify/require"
)

Expand All @@ -25,11 +25,11 @@ func TestGenesisStateValidate(t *testing.T) {
false,
},
// TODO: Sum of balances does not equal an integer amount
{
"invalid balances",
types.GenesisState{},
true,
},
// {
// "invalid balances",
// types.GenesisState{},
// true,
// },
}

for _, tc := range testCases {
Expand Down

0 comments on commit e713c93

Please sign in to comment.