From ca9eef1e898668cadb2361315484b8faf3bc8fd3 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Sun, 2 Feb 2025 04:21:25 -0500 Subject: [PATCH] Minor: fix typo in test name (#14403) --- datafusion/core/tests/dataframe/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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