Skip to content

Commit

Permalink
Fixes #78
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtenwolde committed Feb 3, 2024
1 parent 90c7e12 commit 11e4d10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/sql/snb/snb.test
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,3 @@ statement ok
MATCH p = ANY SHORTEST (a:Person WHERE a.id = 19791209309999)-[k:knows]-> *(b:Person where b.id = 30786325579519)
COLUMNS (path_length(p), a.id as a_id, b.id as b_id)
) tmp LIMIT 20) TO '__TEST_DIR__/ic13-ea.txt';

0 comments on commit 11e4d10

Please sign in to comment.