Skip to content

Commit 461345b

Browse files
committed
clippy
1 parent 4924faa commit 461345b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/physical-plan/src/projection.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1312,6 +1312,6 @@ mod tests {
13121312
2,
13131313
"Expected 2 columns in projection statistics"
13141314
);
1315-
assert_eq!(stats.total_byte_size.is_exact().unwrap_or(false), true);
1315+
assert!(stats.total_byte_size.is_exact().unwrap_or(false));
13161316
}
13171317
}

0 commit comments

Comments
 (0)