Add MockStatus, WaitForHeight helper

This commit is contained in:
Ethan Frey
2017-02-22 17:39:53 +01:00
parent 0905332f1d
commit 70f19e809b
5 changed files with 208 additions and 1 deletions

View File

@ -1,10 +1,11 @@
package mock_test
import (
"errors"
"fmt"
"testing"
"github.com/pkg/errors"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"github.com/tendermint/abci/example/dummy"