diff --git a/compiler/test_gen/src/gen_list.rs b/compiler/test_gen/src/gen_list.rs index ba9bbc1561..ce99435505 100644 --- a/compiler/test_gen/src/gen_list.rs +++ b/compiler/test_gen/src/gen_list.rs @@ -207,7 +207,7 @@ fn list_drop_at() { ); assert_evals_to!( "List.dropAt [0, 0, 0] 3", - RocList::from_slice(&[1, 2, 3]), + RocList::from_slice(&[0, 0, 0]), RocList ); assert_evals_to!("List.dropAt [] 1", RocList::from_slice(&[]), RocList);