Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Oct 8, 2024
1 parent 56a7fcd commit dbe53a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/infer_type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ mod test {
);

assert_eq!(
infer_type("POINT EMPTY").unwrap(),
infer_type(" POINT EMPTY").unwrap(),
(GeometryType::Point, None)
);
}
Expand Down

0 comments on commit dbe53a2

Please sign in to comment.