Fix repl test

This commit is contained in:
Richard Feldman 2023-09-18 15:26:26 -05:00
parent 13b87c4e21
commit 66a0958a06
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B

View file

@ -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