Skip to content

Commit

Permalink
rename test method
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Sep 19, 2019
1 parent b9548e9 commit 4f8cf81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/datafusion/src/execution/physical_plan/merge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ mod tests {
use crate::test;

#[test]
fn project_first_column() -> Result<()> {
fn merge() -> Result<()> {
let schema = test::aggr_test_schema();

let num_partitions = 4;
Expand Down

0 comments on commit 4f8cf81

Please sign in to comment.