Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
affanv14 committed Sep 5, 2024
1 parent 9401504 commit 2ab35ec
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 2ab35ec

Please sign in to comment.