Skip to content

Commit f0f02d3

Browse files
alambSergey Zhukov
authored and
Sergey Zhukov
committed
Minor: fix typo in test name (apache#14403)
1 parent 866843b commit f0f02d3

File tree

1 file changed

+1
-1
lines changed
  • datafusion/core/tests/dataframe

1 file changed

+1
-1
lines changed

datafusion/core/tests/dataframe/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1122,7 +1122,7 @@ async fn join() -> Result<()> {
11221122
}
11231123

11241124
#[tokio::test]
1125-
async fn join_coercion_unnnamed() -> Result<()> {
1125+
async fn join_coercion_unnamed() -> Result<()> {
11261126
let ctx = SessionContext::new();
11271127

11281128
// Test that join will coerce column types when necessary

0 commit comments

Comments
 (0)