Skip to content

Commit

Permalink
test: add a test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangyeop.lee committed May 26, 2021
1 parent b7f578f commit 16ea06d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions types/result_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ func (s *resultTestSuite) TestABCIMessageLog() {
s.Require().NoError(err)
s.Require().Equal(string(bz), msgLogs.String())
}

var msgLogs sdk.ABCIMessageLogs
s.Require().Equal("", msgLogs.String())
}

func (s *resultTestSuite) TestNewSearchTxsResult() {
Expand Down

0 comments on commit 16ea06d

Please sign in to comment.