Skip to content

Commit

Permalink
Update tck test
Browse files Browse the repository at this point in the history
  • Loading branch information
angrykoala committed Feb 18, 2025
1 parent 9eb22d3 commit 5a3afbc
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(this1), edges: count(this0) } AS var2
RETURN { nodes: count(DISTINCT this1), edges: count(DISTINCT this0) } AS var2
}
CALL {
WITH *
Expand Down

0 comments on commit 5a3afbc

Please sign in to comment.