Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jayy04 committed Jul 2, 2024
1 parent be41604 commit fe2caef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/x/subaccounts/keeper/safety_heap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func TestSafetyHeapInsertRemoveMin(t *testing.T) {
for i := 0; i < totalSubaccounts; i++ {
subaccount := satypes.Subaccount{
Id: &satypes.SubaccountId{
Owner: types.MustBech32ifyAddressBytes(
Owner: sdk.MustBech32ifyAddressBytes(
config.Bech32PrefixAccAddr,
constants.AliceAccAddress,
),
Expand Down

0 comments on commit fe2caef

Please sign in to comment.