1
0
Fork 0
This commit is contained in:
Jan Steemann 2016-05-03 12:04:13 +02:00
parent d19cef695e
commit a19c437cdd
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/*jshint globalstrict:false, strict:false, sub: true, maxlen: 500 */
/*global assertEqual, assertTrue, fail */
/*global assertEqual, assertTrue */
////////////////////////////////////////////////////////////////////////////////
/// @brief tests for query language, graph functions
@ -38,7 +38,7 @@ var db = require("@arangodb").db;
function aqlVPackExternalsTestSuite () {
const collName = "UnitTestsVPackExternals";
const edgeColl = "UnitTestsVPackEdges"
const edgeColl = "UnitTestsVPackEdges";
const cleanUp = function () {
db._drop(collName);
db._drop(edgeColl);