Skip to content

Commit 2b667d0

Browse files
committed
mina_automation/fixture: file_system is now in mina_stdlib_unix
1 parent b2b7323 commit 2b667d0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/test/mina_automation/fixture/archive.ml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ module Make_FixtureWithBootstrap (M : TestCaseWithBootstrap) :
6060
let open Deferred.Or_error.Let_syntax in
6161
[%log info] "Tearing down archive" ;
6262
let%bind _ = Archive.Process.force_kill t.archive in
63-
let%bind.Deferred () = File_system.remove_dir @@ t.network_data.folder in
63+
let%bind.Deferred () =
64+
Mina_stdlib_unix.File_system.remove_dir @@ t.network_data.folder
65+
in
6466
[%log info] "Archive teardown completed" ;
6567
Deferred.Or_error.ok_unit
6668

src/test/mina_automation/fixture/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
core
88
;; local libraries
99
mina_automation
10-
file_system)
10+
mina_stdlib_unix)
1111
(instrumentation
1212
(backend bisect_ppx))
1313
(preprocess

0 commit comments

Comments
 (0)