Skip to content

Commit

Permalink
Add space, we do not want ?oWHERE but ?o
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko committed Oct 15, 2019
1 parent 1503f15 commit 7610e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_having.py
Expand Up @@ -31,7 +31,7 @@ def testHavingAggregateEqLiteral(self):
self.assertEqual(1, len(qres))

def testHavingPrimaryExpressionVarNeqIri(self):
query = ("SELECT ?p ?o"
query = ("SELECT ?p ?o "
"WHERE { ?s ?p ?o } "
"GROUP BY ?p HAVING (?p != <urn:foo> )")
qres = self.g.query(query)
Expand Down

0 comments on commit 7610e18

Please sign in to comment.