Erik Grinaker
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
3 additions and
3 deletions
-
evidence/store_test.go
-
types/proto3_test.go
-
types/protobuf_test.go
|
|
@ -1,11 +1,11 @@ |
|
|
|
package evidence |
|
|
|
|
|
|
|
import ( |
|
|
|
"github.com/stretchr/testify/require" |
|
|
|
"testing" |
|
|
|
"time" |
|
|
|
|
|
|
|
"github.com/stretchr/testify/assert" |
|
|
|
"github.com/stretchr/testify/require" |
|
|
|
dbm "github.com/tendermint/tm-db" |
|
|
|
|
|
|
|
"github.com/tendermint/tendermint/types" |
|
|
|
|
|
@ -4,7 +4,7 @@ import ( |
|
|
|
"testing" |
|
|
|
"time" |
|
|
|
|
|
|
|
"github.com/golang/protobuf/proto" |
|
|
|
"github.com/golang/protobuf/proto" // nolint: staticcheck // still used by gogoproto
|
|
|
|
"github.com/stretchr/testify/assert" |
|
|
|
|
|
|
|
"github.com/tendermint/tendermint/types/proto3" |
|
|
|
|
|
@ -4,7 +4,7 @@ import ( |
|
|
|
"testing" |
|
|
|
"time" |
|
|
|
|
|
|
|
"github.com/golang/protobuf/proto" |
|
|
|
"github.com/golang/protobuf/proto" // nolint: staticcheck // still used by gogoproto
|
|
|
|
"github.com/stretchr/testify/assert" |
|
|
|
"github.com/stretchr/testify/require" |
|
|
|
|
|
|
|