fix rust repl test not compiling

This commit is contained in:
Folkert 2023-09-19 09:30:54 +02:00
parent 8194930dfb
commit 78ebe4e686
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

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