File: no-oxigraph.patch

package info (click to toggle)
python-rdflib-endpoint 0.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 744 kB
  • sloc: python: 1,197; sh: 21; makefile: 5
file content (11 lines) | stat: -rw-r--r-- 306 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
--- a/tests/test_oxrdflib.py
+++ b/tests/test_oxrdflib.py
@@ -3,7 +3,7 @@
 
 from rdflib_endpoint import SparqlEndpoint
 
-g = Graph(store="Oxigraph")
+g = Graph()
 g.add((URIRef("http://subject"), RDF.type, URIRef("http://object")))
 g.add((URIRef("http://subject"), RDFS.label, Literal("test value")))