Skip to content

Commit fe8dd54

Browse files
committed
todo
1 parent 4d5ee5e commit fe8dd54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_trees.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ fn test_iterate_samples() {
278278
#[cfg(feature = "bindings")]
279279
#[test]
280280
fn test_iterate_samples_two_trees() {
281+
todo!("need a test for the new Tree::nodes function");
281282
let treeseq = treeseq_from_small_table_collection_two_trees();
282283
assert_eq!(treeseq.num_trees(), 2);
283284
let mut tree_iter = treeseq.tree_iterator(TreeFlags::SAMPLE_LISTS).unwrap();

0 commit comments

Comments
 (0)