Skip to content

Commit

Permalink
fix from rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
affanv14 committed Sep 9, 2024
1 parent b1ffd0c commit 2b33570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocol/x/affiliates/keeper/msg_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,14 @@ func TestMsgServer_UpdateAffiliateTiers(t *testing.T) {
name: "Gov module updates tiers",
msg: &types.MsgUpdateAffiliateTiers{
Authority: lib.GovModuleAddress.String(),
Tiers: &types.DefaultAffiliateTiers,
Tiers: types.DefaultAffiliateTiers,
},
},
{
name: "non-gov module updates tiers",
msg: &types.MsgUpdateAffiliateTiers{
Authority: constants.BobAccAddress.String(),
Tiers: &types.DefaultAffiliateTiers,
Tiers: types.DefaultAffiliateTiers,
},
expectErr: true,
},
Expand Down

0 comments on commit 2b33570

Please sign in to comment.