Skip to content

Commit

Permalink
Minor: fix typo in test name (#14403)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored Feb 2, 2025
1 parent 68e372f commit ca9eef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/core/tests/dataframe/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca9eef1

Please sign in to comment.