Skip to content

Commit 39df5a9

Browse files
author
Aries Yuwono
committed
add debug print
1 parent 4122736 commit 39df5a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test-complete/nodejs-graphs-overwrite.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ describe('overwrite graph test', function(){
7979
this.timeout(10000);
8080
db.graphs.list().
8181
result(function(collections){
82+
//console.log(JSON.stringify(collections, null, 2))
8283
collections.some(function(collection){
8384
return collection === graphUri;
8485
}).should.equal(true);

0 commit comments

Comments
 (0)