Skip to content

Commit

Permalink
fix test case name
Browse files Browse the repository at this point in the history
  • Loading branch information
ayman-sigma committed Dec 19, 2024
1 parent e91dd17 commit 3935b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sqlparser_common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12335,7 +12335,7 @@ fn parse_create_table_with_bit_types() {
}

#[test]
fn parse_composed_access_expr() {
fn parse_composite_access_expr() {
assert_eq!(
verified_expr("f(a).b"),
Expr::CompositeAccess {
Expand Down

0 comments on commit 3935b76

Please # to comment.