Skip to content

Commit

Permalink
one missing test
Browse files Browse the repository at this point in the history
  • Loading branch information
guyvdbroeck committed Nov 21, 2021
1 parent d98ac86 commit 6d97ac1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/trees_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ module TestNodes
@test find_inode(l1,l4,df) == r
@test find_inode(l2,nothing,df) == r
@test find_inode(nothing,l3,df) == r
@test find_inode(l2,l1,df) === nothing

@test find_leaf(r, x -> true) == l1
@test_throws ErrorException find_leaf(r, x -> false)
Expand Down

0 comments on commit 6d97ac1

Please sign in to comment.