Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
ray6080 committed Oct 31, 2023
1 parent b9535f5 commit 8463a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_files/read_list/large_adj_list.test
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
---- 0

-LOG EdgeID
-STATEMENT MATCH (a:person)-[r:knows]->(b:person) WHERE a.ID = 5000 RETURN ID(r)
-STATEMENT MATCH (a:person)-[r:knows]->(b:person) WHERE a.ID = 0 AND b.ID=4999 RETURN r.int64Prop
-ENUMERATE
---- 1
1:10000
4999

-LOG CrossProduct1
-STATEMENT MATCH (a:person), (b:person) RETURN COUNT(*)
Expand Down

0 comments on commit 8463a06

Please sign in to comment.