Remove empty describe block

This commit is contained in:
Simon Warta
2022-04-15 16:58:00 +02:00
parent 80d43de62f
commit 205165db4b
@@ -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
// });
});