Skip to content

Commit

Permalink
chore: remove outdated testing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-axner committed Oct 11, 2022
1 parent a878376 commit cca0b61
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/apps/transfer/keeper/relay_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,12 @@ func (suite *KeeperTestSuite) TestSendTransfer() {
sender = suite.chainA.GetSimApp().AccountKeeper.GetModuleAddress(types.ModuleName)
}, false,
},
// createOutgoingPacket tests
// - source chain
{
"send coin failed",
func() {
coin = sdk.NewCoin("randomdenom", sdk.NewInt(100))
}, false,
},
// - receiving chain
{
"failed to parse coin denom",
func() {
Expand Down

0 comments on commit cca0b61

Please sign in to comment.