]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
tests: typo fix
authorPetr Špaček <petr.spacek@nic.cz>
Wed, 8 Jul 2020 07:21:36 +0000 (09:21 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Tue, 8 Dec 2020 17:15:01 +0000 (18:15 +0100)
tests/config/test.cfg

index 9efcaf9cdbd8170a5d84c041fc8cfd4ee39e98eb..011e458cafaa2089bd39a4adee60876eb1281b38 100644 (file)
@@ -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