Skip to content
Snippets Groups Projects
Verified Commit 3cfbe5e4 authored by Petr Špaček's avatar Petr Špaček Committed by Tomas Krizek
Browse files

tests: typo fix

parent db4f59b1
Branches
Tags
1 merge request!1107Renumber module fix
......@@ -36,7 +36,7 @@ worker.coroutine(function ()
for idx, t in ipairs(tests) do
assert(type(t) == 'function',
string.format('test table idx %d in file %s'
.. 'is not a function', idx, env.TEST_FILE))
.. ' is not a function', idx, env.TEST_FILE))
at_least_one_test = true
runtest(t)
end
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment