You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
../../../vendor/github.com/BenChapman/golandreporter/golandreporter.go:24:35: not enough arguments in call to stenographer.New
have (bool, bool)
want (bool, bool, io.Writer)
And sure enough stenographer changed in v1.6 of ginkgo to include an io.Writer as a parameter.
Is it possible to get this updated to work with ginkgo 1.6? Thanks!
The text was updated successfully, but these errors were encountered:
When I try to use this package, I get an error:
And sure enough stenographer changed in v1.6 of ginkgo to include an
io.Writer
as a parameter.Is it possible to get this updated to work with ginkgo 1.6? Thanks!
The text was updated successfully, but these errors were encountered: