Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix test that causes a GC warning
One of the tests mocks the open FileHandle in order to test an error condition. The Garbage Collector was showing a warning from not closing the original FileHandle. This corrects that and closes the real FH before mocking. Semver: patch
- Loading branch information