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
This happens because the test relies on stdout pointing to the current tty but go test redirects it to capture the output. Tests do seem to work when running go test -v.
The text was updated successfully, but these errors were encountered: