Skip to content

Commit 6867828

Browse files
jmhainiffyio
andauthored
Update tests/sqlparser_snowflake.rs
Co-authored-by: Ifeanyi Ubah <[email protected]>
1 parent 9403a2c commit 6867828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sqlparser_snowflake.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2258,7 +2258,7 @@ fn asof_joins() {
22582258
}
22592259

22602260
#[test]
2261-
fn test() {
2261+
fn test_parse_position() {
22622262
snowflake().verified_query("SELECT position('an', 'banana', 1)");
22632263
snowflake().verified_query("SELECT n, h, POSITION(n IN h) FROM pos");
22642264
}

0 commit comments

Comments
 (0)