Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix race with using DefaultLogger (#304)
DefaultLogger is a shared global, so sometimes this test will fail if the other tests happen to run in an incantation that changes the logger at the same time.
- Loading branch information