Skip to content

Commit 875972a

Browse files
committed
remove useless test which violates assumtions
1 parent 6c9a1f4 commit 875972a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/runtests.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -237,12 +237,6 @@ jagmesh_adj = jagmesh()
237237
@test typeof(locs) == Vector{Point{2,Float64}}
238238
end
239239

240-
# This testset is to cover a piece of code
241-
# that was not covered anymore after fixing a bug
242-
@testset "Test another Binary tree" begin
243-
tree = [[5, 6], [6], [7, 8], [8], [], [9], [9], [], []]
244-
locs = @time Buchheim()(tree)
245-
@test typeof(locs) == Vector{Point{2,Float64}}
246240
@testset "test requirements" begin
247241
# more than one parent
248242
g = SimpleDiGraph(3)

0 commit comments

Comments
 (0)