bug: breaking test "TestReadEnv" via refactoring #18
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
5771f6c158/config/env.go (L217)
@decentral1se Broke the tests in this commit by not using a refactoring tool. Found it amusing because we talked about not breaking tests and code on main lol. Will fix but there is like no way to just code review a commit?
To be clear, exporting this function breaks the test since it was calling it before as an unexported function
Fixed in
f958b888b6
That's a lot of noise for a single character fix @roxxers. Just message me directly next time instead? I didn't have time to explain fully on that call but what I meant was that we should at the minimum make sure each commit compiles (I wasn't talking about tests).