Skip to content

Commit 48e9541

Browse files
committed
Update test to use defaultGraphs URI #215
1 parent 00c2d6d commit 48e9541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-complete/nodejs-sparql.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ describe('sparql query tests', function () {
139139
this.timeout(10000);
140140
var myQuery = "PREFIX foaf: <http://xmlns.com/foaf/0.1/>" +
141141
"PREFIX ppl: <http://people.org/>" +
142-
"ASK WHERE {GRAPH ?g { ?s foaf:knows ppl:person3 }}";
142+
"ASK WHERE { ?s foaf:knows ppl:person3 }";
143143
db.graphs.sparql({
144144
contentType: 'application/json',
145145
query: myQuery,

0 commit comments

Comments
 (0)