diff --git a/datafusion/core/tests/dataframe/mod.rs b/datafusion/core/tests/dataframe/mod.rs index eed11f634c9d..c43fcf93f1e5 100644 --- a/datafusion/core/tests/dataframe/mod.rs +++ b/datafusion/core/tests/dataframe/mod.rs @@ -1122,7 +1122,7 @@ async fn join() -> Result<()> { } #[tokio::test] -async fn join_coercion_unnnamed() -> Result<()> { +async fn join_coercion_unnamed() -> Result<()> { let ctx = SessionContext::new(); // Test that join will coerce column types when necessary