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
While this is only a minor bug and should be easy enough to fix, its worth pointing out that the tests/default_test.go file that is generated by bee does not utilize the 2.0 logging mechanism but the old logging mechanism. It will therefore fail when doing go test ./tests/.
While this is only a minor bug and should be easy enough to fix, its worth pointing out that the tests/default_test.go file that is generated by bee does not utilize the 2.0 logging mechanism but the old logging mechanism. It will therefore fail when doing go test ./tests/.
The offending code is:
This should include the new logging mechanism like so.
While I get that this file is not likely to be used as is, it might still be worth resolving for the sake of feature demonstration completeness.
The text was updated successfully, but these errors were encountered: