This commit is contained in:
John Vandenberg 2025-03-31 21:47:53 +11:00 committed by GitHub
parent be98b30eb3
commit 95d7b86da5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -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),