diff --git a/test/big/lua.result b/test/big/lua.result
index f3c93cd1a55f619d6db16ae560bd582178058a8a..cea6b56c9de61895d69171656ad9e580b3d2f67c 100644
--- a/test/big/lua.result
+++ b/test/big/lua.result
@@ -574,7 +574,7 @@ space.index['i1']:count()
 -- Test cases for #123: box.index.count does not check arguments properly
 space.index['i1']:count(function() end)
 ---
-- error: 'builtin/msgpackffi.lua:258: can not encode Lua type: ''function'''
+- error: 'builtin/msgpackffi.lua:259: can not encode Lua type: ''function'''
 ...
 space:drop()
 ---