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
Thanks for the bug report! This is unfortunately a common problem with go test -json (which gotestsum reads). The issue tracking that problem is golang/go#26325. It looks like it was recently closed, so maybe go1.20 will fix this problem!
We had someone leave fmt.printf statement it the test and it wrote the following
anExampleKey%!(EXTRA string=aValue, vertypes.VersionBoundary={1.0.0 2.0.0 []})anExampleKey%!(EXTRA string=aValue2, vertypes.VersionBoundary={2.0.0 []})
The test passed but it was summarized as a failure in the end
Hope this helps to identify the issue, if not let me know. Thanks for the tool
The text was updated successfully, but these errors were encountered: