1
0
Fork 0

fixed path

This commit is contained in:
Frank Celler 2013-01-11 21:11:31 +01:00
parent b694d72742
commit ecb2602ba0
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ function GraphCreationSuite() {
////////////////////////////////////////////////////////////////////////////////
testCreateGraph : function () {
var Graph = require("graph").Graph,
var Graph = require("org/arangodb/graph").Graph,
graph_name = "UnitTestsCollectionGraph",
vertex = "UnitTestsCollectionVertex",
edge = "UnitTestsCollectionEdge",