Skip to content

Commit

Permalink
remove unused param
Browse files Browse the repository at this point in the history
  • Loading branch information
affanv14 committed Sep 23, 2024
1 parent 71e434a commit ab729a3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions protocol/x/subaccounts/keeper/transfer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,6 @@ func TestDistributeFees(t *testing.T) {
marketMapperRevShareAcctAddr string
unconditionalRevShareAcctAddr string
revShare revsharetypes.RevSharesForFill
revShareExpiration int64

// Expectations.
expectedErr error
Expand Down Expand Up @@ -1409,7 +1408,6 @@ func TestDistributeFees(t *testing.T) {
},
},
},
revShareExpiration: 100,
},
"success - market mapper rev share rounded down to 0": {
asset: *constants.Usdc,
Expand Down Expand Up @@ -1449,7 +1447,6 @@ func TestDistributeFees(t *testing.T) {
},
AllRevShares: []revsharetypes.RevShare{},
},
revShareExpiration: 100,
},
"success - distribute fees to market mapper, unconditional rev share, affiliate and fee collector": {
asset: *constants.Usdc,
Expand Down Expand Up @@ -1517,7 +1514,6 @@ func TestDistributeFees(t *testing.T) {
},
},
},
revShareExpiration: 100,
},
// TODO(DEC-715): Add more test for non-USDC assets, after asset update
// is implemented.
Expand Down

0 comments on commit ab729a3

Please sign in to comment.