From 3cfbe5e48e190188b8cbd109d5fcc3ed94ce306b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Wed, 8 Jul 2020 09:21:36 +0200 Subject: [PATCH] tests: typo fix --- tests/config/test.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/config/test.cfg b/tests/config/test.cfg index 9efcaf9cd..011e458ca 100644 --- a/tests/config/test.cfg +++ b/tests/config/test.cfg @@ -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 -- 2.47.2