Skip to content

Commit 3a02305

Browse files
committed
remove useless test which violates assumtions
1 parent 4a0f165 commit 3a02305

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
@@ -254,12 +254,6 @@ jagmesh_adj = jagmesh()
254254
@test typeof(locs) == Vector{Point{2,Float64}}
255255
end
256256

257-
# This testset is to cover a piece of code
258-
# that was not covered anymore after fixing a bug
259-
@testset "Test another Binary tree" begin
260-
tree = [[5, 6], [6], [7, 8], [8], [], [9], [9], [], []]
261-
locs = @time Buchheim()(tree)
262-
@test typeof(locs) == Vector{Point{2,Float64}}
263257
@testset "test requirements" begin
264258
# more than one parent
265259
g = SimpleDiGraph(3)

0 commit comments

Comments
 (0)