diff --git a/js/server/modules/org/arangodb/testing.js b/js/server/modules/org/arangodb/testing.js index c16768259f..c39b16a0ef 100644 --- a/js/server/modules/org/arangodb/testing.js +++ b/js/server/modules/org/arangodb/testing.js @@ -988,7 +988,7 @@ function performTests(options, testList, testname, remote) { if (testList.length === 0) { print("Testsuite is empty!"); - return {"EMPTY TESTSUITE": {status: false, message: "no testsuites found!"}; + return {"EMPTY TESTSUITE": {status: false, message: "no testsuites found!"}}; } for (i = 0; i < testList.length; i++) {