Skip to content

Commit 4e1b81e

Browse files
committed
Rename mods and test
1 parent f682be3 commit 4e1b81e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

datafusion/common/src/tree_node.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2549,7 +2549,7 @@ pub(crate) mod tests {
25492549
gen_tests!(TestTreeNode);
25502550
}
25512551

2552-
pub mod arc_test_tree_node {
2552+
pub mod test_dyn_tree_node {
25532553
use super::*;
25542554

25552555
#[derive(Debug, Eq, Hash, PartialEq, Clone)]
@@ -2610,9 +2610,7 @@ pub(crate) mod tests {
26102610
gen_tests!(ArcTestNode);
26112611

26122612
#[test]
2613-
fn test_recursion() {
2614-
// todo: switch to test gen
2615-
2613+
fn test_large_tree() {
26162614
let mut item = ArcTestNode::new_leaf("initial".to_string());
26172615
for i in 0..3000 {
26182616
item =

0 commit comments

Comments
 (0)