We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf9f62 commit cabf231Copy full SHA for cabf231
deku-p/src/core/block_storage/tests/block_storage_tests.ml
@@ -59,6 +59,11 @@ let test_empty_block_load env () =
59
~msg:"level loaded block is equal to saved block" ~expected:block
60
~actual:retrieved_block;
61
62
+ (* TODO: Fail the switch and capture the exception instead *)
63
+ let (Deku_block_storage.Block_storage.Storage { worker; _ }) =
64
+ block_storage
65
+ in
66
+ Parallel.Worker.teardown worker
67
let (Deku_block_storage.Block_storage.Storage { worker; _ }) =
68
block_storage
69
in
0 commit comments