From 9243ab9e803dd6178c492960fe7942b5f682585e Mon Sep 17 00:00:00 2001 From: pecornilleau Date: Fri, 9 Dec 2022 18:49:05 +0100 Subject: [PATCH] Wasm: fix typo pp_state --- src/lib_scoru_wasm/test/helpers/wasm_utils.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib_scoru_wasm/test/helpers/wasm_utils.ml b/src/lib_scoru_wasm/test/helpers/wasm_utils.ml index b732daec5594..d03756094e06 100644 --- a/src/lib_scoru_wasm/test/helpers/wasm_utils.ml +++ b/src/lib_scoru_wasm/test/helpers/wasm_utils.ml @@ -224,7 +224,7 @@ let set_input_step message message_counter tree = let pp_state fmt state = let pp_s s = Format.fprintf fmt "%s" s in match state with - | Wasm_pvm_state.Internal_state.Snapshot -> pp_s "Start" + | Wasm_pvm_state.Internal_state.Snapshot -> pp_s "Snapshot" | Decode _ -> pp_s "Decode" | Eval { -- GitLab