Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: app_test.go: New->NewForTest (#1004)
The tests that cover error cases for private provides were using New(opts...) rather than NewForTest(t, opts...) which caused the error logs to be present in the tests when those tests run. This changes those to use NewForTest instead.
- Loading branch information