Skip to content

Commit

Permalink
Update tck tests
Browse files Browse the repository at this point in the history
  • Loading branch information
angrykoala committed Feb 18, 2025
1 parent da68f2b commit b105601
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ describe("Field Level Aggregations", () => {
CALL {
WITH this
MATCH (this)<-[this0:ACTED_IN]-(this1:Actor)
RETURN { nodes: count(DISTINCT this1), edges: count(DISTINCT this0) } AS var2
RETURN { nodes: count(this1), edges: count(this0) } AS var2
}
CALL {
WITH *
Expand Down

0 comments on commit b105601

Please sign in to comment.