Remove empty describe block

This commit is contained in:
Simon Warta 2022-04-15 16:48:55 +02:00
parent 80d43de62f
commit 205165db4b

View File

@ -97,10 +97,10 @@ describe("AminoTypes", () => {
});
});
describe("fromAmino", () => {
// TODO: MsgFundCommunityPool
// TODO: MsgSetWithdrawAddress
// TODO: MsgWithdrawDelegatorReward
// TODO: MsgWithdrawValidatorCommission
});
// describe("fromAmino", () => {
// TODO: MsgFundCommunityPool
// TODO: MsgSetWithdrawAddress
// TODO: MsgWithdrawDelegatorReward
// TODO: MsgWithdrawValidatorCommission
// });
});