Skip to content

Commit f972701

Browse files
committed
fixup
1 parent c15f622 commit f972701

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust/lance-graph/src/parser.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -879,6 +879,7 @@ mod tests {
879879
}
880880
}
881881

882+
#[test]
882883
fn test_parse_query_with_is_not_null() {
883884
let query = "MATCH (n:Person) WHERE n.age IS NOT NULL RETURN n.name";
884885
let result = parse_cypher_query(query).unwrap();

0 commit comments

Comments
 (0)