mirror of https://gitee.com/bigwinds/arangodb
fixed path
This commit is contained in:
parent
b694d72742
commit
ecb2602ba0
|
@ -97,7 +97,7 @@ function GraphCreationSuite() {
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
testCreateGraph : function () {
|
testCreateGraph : function () {
|
||||||
var Graph = require("graph").Graph,
|
var Graph = require("org/arangodb/graph").Graph,
|
||||||
graph_name = "UnitTestsCollectionGraph",
|
graph_name = "UnitTestsCollectionGraph",
|
||||||
vertex = "UnitTestsCollectionVertex",
|
vertex = "UnitTestsCollectionVertex",
|
||||||
edge = "UnitTestsCollectionEdge",
|
edge = "UnitTestsCollectionEdge",
|
||||||
|
|
Loading…
Reference in New Issue