From 5cbf6f7eb17559fa20cf71042fea171323e1a6bc Mon Sep 17 00:00:00 2001
From: Konstantin Osipov <kostja@tarantool.org>
Date: Fri, 22 May 2015 23:09:06 +0300
Subject: [PATCH] ref-sql-tests: a post-merge fix

---
 test/box/sql.result | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/box/sql.result b/test/box/sql.result
index 851af76b04..1ce121dd4e 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}
 ---
-- 
GitLab