diff --git a/compiler/gen/tests/gen_list.rs b/compiler/gen/tests/gen_list.rs index d9b2103224..aa494a8154 100644 --- a/compiler/gen/tests/gen_list.rs +++ b/compiler/gen/tests/gen_list.rs @@ -133,13 +133,13 @@ mod gen_list { indoc!( r#" firstList : List Int - firstList = + firstList = [] - + secondList : List Int secondList = [] - + List.append firstList secondList "# ),