--- 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")))
 
