Skip to content

Commit 3935b76

Browse files
committed
fix test case name
1 parent e91dd17 commit 3935b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sqlparser_common.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12335,7 +12335,7 @@ fn parse_create_table_with_bit_types() {
1233512335
}
1233612336

1233712337
#[test]
12338-
fn parse_composed_access_expr() {
12338+
fn parse_composite_access_expr() {
1233912339
assert_eq!(
1234012340
verified_expr("f(a).b"),
1234112341
Expr::CompositeAccess {

0 commit comments

Comments
 (0)