diff --git a/tezt/tests/storage_snapshots.ml b/tezt/tests/storage_snapshots.ml index c1be4736a9a9c02d4578e795b56af0835a2b7b67..207e8035e7d446d390a97bc31c5434c6eab66111 100644 --- a/tezt/tests/storage_snapshots.ml +++ b/tezt/tests/storage_snapshots.ml @@ -286,7 +286,7 @@ let test_export_import_snapshots = (fun export_format -> Lwt_list.iter_s (fun (history_mode, nodes) -> - Lwt_list.iter_p + Lwt_list.iter_s (fun node -> export_import_and_check node ~history_mode ~export_format) nodes)