From a0e6778ab262d5ec22bf13ce5fc974642d07ec1c Mon Sep 17 00:00:00 2001 From: Andreas Streichardt Date: Mon, 4 Apr 2016 18:16:45 +0200 Subject: [PATCH] fix jslint --- js/client/modules/@arangodb/testing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/client/modules/@arangodb/testing.js b/js/client/modules/@arangodb/testing.js index a2b0b1930e..7a53ad5ce9 100644 --- a/js/client/modules/@arangodb/testing.js +++ b/js/client/modules/@arangodb/testing.js @@ -1554,7 +1554,7 @@ function startInstanceCluster(instanceInfo, protocol, options, subArgs = _.extend(subArgs, args); return [subArgs, testname + '-' + 'agency', appDir, tmpDir]; - } + }; options.agencySize = 1; startInstanceAgency(instanceInfo, protocol, options, ...makeArgs('agency', clusterArgs));