diff --git a/test/box/sql.result b/test/box/sql.result index 851af76b0403693a030a2ef60fae4550f8a69ce1..1ce121dd4eef96032508c4c34ff3a6e1e50eb7d0 100644 --- a/test/box/sql.result +++ b/test/box/sql.result @@ -129,7 +129,7 @@ space:select{1} -- this is illegal space:update(1, {{'=', 2, 'Huh'}, {'=', 1001, 'invalid field'}}) --- -- error: Field 1000 was not found in the tuple +- error: Field 1001 was not found in the tuple ... space:select{1} ---