Skip to content

Commit

Permalink
fix: endToEndResults
Browse files Browse the repository at this point in the history
  • Loading branch information
Taepper committed Sep 11, 2023
1 parent 91e5d52 commit c807a33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions endToEndTests/test/queries/insertionContains_noSeqCol.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,5 @@
]
}
},
"expectedQueryResult": [
{
"count": 1
}
]
"expectedQueryResult": []
}
6 changes: 1 addition & 5 deletions endToEndTests/test/queries/mutations_False.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,5 @@
"type": "False"
}
},
"expectedQueryResult": [
{
"count": 1
}
]
"expectedQueryResult": []
}

0 comments on commit c807a33

Please sign in to comment.