diff options
author | Determinant <[email protected]> | 2020-06-12 19:00:59 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2020-06-12 19:00:59 -0400 |
commit | f02152a1c3ff0123efd2076fd9190feb81107b8e (patch) | |
tree | e98ff750b19180bdc1d9c394c89f2cb8e8ae2928 /tests | |
parent | 99400b63e374f84d4c642d3cf73efdbb71454619 (diff) |
fix WAL file handle cache issue
Diffstat (limited to 'tests')
-rw-r--r-- | tests/common/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/common/mod.rs b/tests/common/mod.rs index ba35654..d4645f9 100644 --- a/tests/common/mod.rs +++ b/tests/common/mod.rs @@ -590,6 +590,7 @@ impl PaintingSim { } } //canvas.print(40); + assert_eq!(wal.file_pool_in_use(), 0); Ok(()) } |