Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ate47 committed Mar 8, 2024
1 parent 5fca20f commit 1b3a327
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ public QueryTest(String displayName, String testURI, String name, String queryFi
"sq04 - Subquery within graph pattern, default graph does not apply",
"sq05 - Subquery within graph pattern, from named applies",
"sq06 - Subquery with graph pattern, from named applies", "sq07 - Subquery with from",
"sq11 - Subquery limit per resource", "sq13 - Subqueries don't inject bindings")));
"sq11 - Subquery limit per resource", "sq13 - Subqueries don't inject bindings",
"IRI()/URI()")));
}
}

Expand Down

0 comments on commit 1b3a327

Please sign in to comment.