Skip to content
Snippets Groups Projects
Commit d7e8d888 authored by Mergen Imeev's avatar Mergen Imeev Committed by Kirill Yukhin
Browse files

tests: fix test in sql-tap/cse.test.lua

parent 7f5876fa
No related branches found
No related tags found
No related merge requests found
......@@ -157,8 +157,8 @@ test:do_execsql_test(
SELECT ~b, b FROM t1
]], {
-- <cse-1.9>
18446744073709551604ULL, true, 11,
18446744073709551594ULL, true, 21
18446744073709551604ULL, 11,
18446744073709551594ULL, 21
-- </cse-1.9>
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment