Skip to content

Commit

Permalink
Fix NPE
Browse files Browse the repository at this point in the history
  • Loading branch information
agouin committed Oct 4, 2022
1 parent 2c48b42 commit f9ac4b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/apps/transfer/keeper/msg_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ func (suite *KeeperTestSuite) TestMsgTransfer() {
suite.Require().NoError(err)
suite.Require().NotNil(res)
} else {
suite.Require().Equal(res.Sequence, uint64(0))
suite.Require().Error(err)
suite.Require().Nil(res)
}
Expand Down

0 comments on commit f9ac4b3

Please sign in to comment.