Skip to content

Commit

Permalink
Update tests/EasyRdf/Sparql/ClientTest.php
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
k00ni and TallTed authored May 13, 2024
1 parent b55fe3e commit 3571182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/EasyRdf/Sparql/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3571182

Please sign in to comment.