Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
affanv14 committed Sep 9, 2024
1 parent 9ce7901 commit b1ffd0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/x/affiliates/keeper/msg_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func TestMsgServer_UpdateAffiliateTiers(t *testing.T) {
require.NoError(t, err)
tiers, err := k.GetAllAffiliateTiers(sdkCtx)
require.NoError(t, err)
require.Equal(t, tc.msg.Tiers, tiers)
require.Equal(t, tc.msg.Tiers, &tiers)
}
})
}
Expand Down

0 comments on commit b1ffd0c

Please sign in to comment.