Skip to content

Commit

Permalink
delete duplicate test
Browse files Browse the repository at this point in the history
  • Loading branch information
Qup42 committed Feb 26, 2025
1 parent 72edb05 commit 4c014a6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/SparqlAntlrParserTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2321,10 +2321,6 @@ TEST(SparqlParser, Update) {
std::nullopt),
m::GraphPattern(m::Triples({{Var("?s"), "?p", Var("?o")}})));
expectUpdate("INSERT DATA { <a> <b> <c> }", simpleInsertMatcher);
expectUpdate_(
"INSERT DATA { <a> <b> <c> };",
ElementsAre(AllOf(simpleInsertMatcher,
m::pq::OriginalString("INSERT DATA { <a> <b> <c> }"))));
// Multiple Updates
expectUpdate_(
"INSERT DATA { <a> <b> <c> };",
Expand Down

0 comments on commit 4c014a6

Please sign in to comment.