Skip to content

Commit ae59c68

Browse files
Debug output
1 parent 0181a86 commit ae59c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/suites/lib/tarantool_python_ci.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ clean = function()
342342
'box.space._user:count() should be 4 (1.10) or 5 (2.0)')
343343
local func_count = box.space._func:count()
344344
assert(func_count == 1 or func_count == 67,
345-
'box.space._func:count() should be 1 (1.10 and >= 2.10) or 67 (>= 2.2.1, < 2.10)')
345+
('box.space._func:count() should be 1 (1.10 and >= 2.10) or 67 (>= 2.2.1, < 2.10), %d get'):format(func_count))
346346
assert(box.space._cluster:count() == 1,
347347
'box.space._cluster:count() should be only one')
348348

0 commit comments

Comments
 (0)