Skip to content

Commit

Permalink
Expose openHandles
Browse files Browse the repository at this point in the history
  • Loading branch information
jasagredo committed Oct 17, 2024
1 parent efd70ad commit a65be0d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fs-sim/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Revision history for fs-sim

## Next version -- ????-??-??

### Breaking

* Expose `openHandles` for testing.

## 0.3.0.1 -- 2024-10-02

### Patch
Expand Down
1 change: 1 addition & 0 deletions fs-sim/src/System/FS/Sim/MockFS.hs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ module System.FS.Sim.MockFS (
, renameFile
-- * Exported for the benefit of tests only
, Files
, openHandles
, mockFiles
-- ** opaque
, ClosedHandleState
Expand Down

0 comments on commit a65be0d

Please sign in to comment.