fixed txshistory_test.go

This commit is contained in:
Mikelle
2021-03-31 12:48:49 +03:00
parent 8d087e2727
commit 0511acd5e6

View File

@@ -325,7 +325,7 @@ func TestGetHistoryTxs(t *testing.T) {
assert.NoError(t, err)
path = fmt.Sprintf(
"%s?fromAccountIndex=%s&toAccountIndex=%s&limit=%d",
endpoint, idx, idx, limit,
endpoint, idxStr, idxStr, limit,
)
err = doGoodReqPaginated(path, historydb.OrderAsc, &testTxsResponse{}, appendIter)
assert.NoError(t, err)