Skip to content

Commit 73efe85

Browse files
Update mod.rs
1 parent 4cf2221 commit 73efe85

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
@@ -6238,7 +6238,7 @@ async fn test_copy_to_preserves_order() -> Result<()> {
62386238
let physical_plan_format =
62396239
displayable(physical_plan.as_ref()).indent(true).to_string();
62406240

6241-
// Expect that input to the DataSinkExec is sorted correctly
6241+
// Expect that input to the DataSinkExec is sorted correctly
62426242
assert_snapshot!(
62436243
physical_plan_format,
62446244
@r###"

0 commit comments

Comments
 (0)