diff --git a/crates/repl_test/src/state.rs b/crates/repl_test/src/state.rs index e3bbfab2a5..a987b46c38 100644 --- a/crates/repl_test/src/state.rs +++ b/crates/repl_test/src/state.rs @@ -93,12 +93,7 @@ fn partial_record_definition() { incomplete(&mut input); input.push('}'); - complete( - &input, - &mut state, - "{ field: \"field\" } : { field : Str }", - "successfulRecord", - ); + complete(&input, &mut state, "{ field: \"field\" } : { field : Str }"); } // Partially define a record incompletely