Skip to content

Commit 0f060a5

Browse files
committed
test: fix parser test
1 parent fa22b44 commit 0f060a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/query/src/parser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ mod test {
131131
sort_by: [], \
132132
having: None, \
133133
qualify: None \
134-
}), order_by: [], limit: None, offset: None, fetch: None, lock: None } }))");
134+
}), order_by: [], limit: None, offset: None, fetch: None, lock: None }, param_types: [] }))");
135135

136136
assert_eq!(format!("{stmt:?}"), expected);
137137
}

0 commit comments

Comments
 (0)