From 66a0958a062c4606bf8f1ce90e9c73021d22fbe9 Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Mon, 18 Sep 2023 15:26:26 -0500 Subject: [PATCH] Fix repl test --- crates/repl_test/src/state.rs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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