Skip to content

Commit

Permalink
rm print line
Browse files Browse the repository at this point in the history
  • Loading branch information
huichiaotsou committed Jul 5, 2022
1 parent c1ceb93 commit b994423
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion database/gov_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ func (suite *DbTestSuite) TestBigDipperDb_GetOpenProposalsIds() {
suite.Require().NoError(err)

ids, err := suite.database.GetOpenProposalsIds()
fmt.Println("ids: ===========", ids)
suite.Require().NoError(err)
suite.Require().Equal([]uint64{1, 2}, ids)
}
Expand Down

0 comments on commit b994423

Please sign in to comment.