We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4122736 commit 39df5a9Copy full SHA for 39df5a9
test-complete/nodejs-graphs-overwrite.js
@@ -79,6 +79,7 @@ describe('overwrite graph test', function(){
79
this.timeout(10000);
80
db.graphs.list().
81
result(function(collections){
82
+ //console.log(JSON.stringify(collections, null, 2))
83
collections.some(function(collection){
84
return collection === graphUri;
85
}).should.equal(true);
0 commit comments