Skip to content

Commit

Permalink
Merge pull request tendermint#13 from BiJie/issue_262_pagination_testfix
Browse files Browse the repository at this point in the history
[R4R] tendermint#262 Fix tx search pagination test case
  • Loading branch information
ackratos committed Nov 30, 2018
2 parents 451a393 + a561225 commit a1ad253
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rpc/core/pipe_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import (
"testing"

"github.com/stretchr/testify/assert"

"github.com/tendermint/tendermint/libs/log"
)

func TestPaginationPage(t *testing.T) {
Expand Down Expand Up @@ -47,6 +49,7 @@ func TestPaginationPage(t *testing.T) {
}

func TestPaginationPerPage(t *testing.T) {
logger = log.NewNopLogger()

cases := []struct {
totalCount int
Expand Down

0 comments on commit a1ad253

Please sign in to comment.