Register testify command line flags (#528)
This commit is contained in:
parent
a79b1f6f7b
commit
ece5e367f6
|
@ -48,6 +48,7 @@ profile.cov
|
|||
# tests
|
||||
.ethereumtest/
|
||||
/vendor/**/*_test.go
|
||||
*.test
|
||||
|
||||
#
|
||||
# golang
|
||||
|
|
|
@ -13,6 +13,8 @@ import (
|
|||
|
||||
"github.com/status-im/status-go/geth/common"
|
||||
"github.com/status-im/status-go/geth/params"
|
||||
|
||||
_ "github.com/stretchr/testify/suite" // required to register testify flags
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
Loading…
Reference in New Issue