Skip to content

Commit 7f73e24

Browse files
git-hulkiffyio
andauthored
Update tests/sqlparser_bigquery.rs
Co-authored-by: Ifeanyi Ubah <[email protected]>
1 parent b7205f0 commit 7f73e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sqlparser_bigquery.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2461,7 +2461,7 @@ fn test_any_type_dont_break_custom_type() {
24612461
}
24622462

24632463
#[test]
2464-
fn test_allow_options_in_struct_field() {
2464+
fn test_struct_field_options() {
24652465
bigquery().verified_stmt(concat!(
24662466
"CREATE TABLE my_table (",
24672467
"f0 STRUCT<a STRING, b INT64>, ",

0 commit comments

Comments
 (0)