diff --git a/crates/compiler/test_gen/src/gen_dict.rs b/crates/compiler/test_gen/src/gen_dict.rs index d29cb0eff8..6e0181223c 100644 --- a/crates/compiler/test_gen/src/gen_dict.rs +++ b/crates/compiler/test_gen/src/gen_dict.rs @@ -134,7 +134,7 @@ fn dict_nonempty_get() { Err _ -> def empty - |> Dict.insert 42 1.23 + |> Dict.insert 42 1.23f64 |> Dict.get 42 |> withDefault 0 "# @@ -152,7 +152,7 @@ fn dict_nonempty_get() { Err _ -> def Dict.empty {} - |> Dict.insert 42 1.23 + |> Dict.insert 42 1.23f64 |> Dict.get 43 |> withDefault 0 "#