From 3571182eb88403a70358108c85e7882b2e4231ad Mon Sep 17 00:00:00 2001 From: Konrad Abicht Date: Mon, 13 May 2024 08:31:09 +0200 Subject: [PATCH] Update tests/EasyRdf/Sparql/ClientTest.php Co-authored-by: Ted Thibodeau Jr --- tests/EasyRdf/Sparql/ClientTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/EasyRdf/Sparql/ClientTest.php b/tests/EasyRdf/Sparql/ClientTest.php index 320d4f88..51149a91 100644 --- a/tests/EasyRdf/Sparql/ClientTest.php +++ b/tests/EasyRdf/Sparql/ClientTest.php @@ -616,7 +616,7 @@ public function testIssue47CorrectHeaderForConstructQueries(): void $query = 'construct { ?s ?q ?r } where { ?s ?p ?o . ?o ?q ?r } limit 1'; /* - * use DBpedia's SPARQL endpoint and check result + * use DBpedia's SPARQL endpoint to check result */ $endpointUrl = 'https://dbpedia.org/sparql'; $endPoint = new Client($endpointUrl);