mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-22 06:54:07 +00:00
Fix typos (#1785)
This commit is contained in:
parent
be98b30eb3
commit
95d7b86da5
3 changed files with 3 additions and 3 deletions
|
@ -14528,7 +14528,7 @@ fn test_geometric_unary_operators() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
fn test_geomtery_type() {
|
||||
fn test_geometry_type() {
|
||||
let sql = "point '1,2'";
|
||||
assert_eq!(
|
||||
all_dialects_where(|d| d.supports_geometric_types()).verified_expr(sql),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue