diff --git a/test/tangent_types/structural_tangent.jl b/test/tangent_types/structural_tangent.jl index 64ab92de7..88b33aa27 100644 --- a/test/tangent_types/structural_tangent.jl +++ b/test/tangent_types/structural_tangent.jl @@ -404,11 +404,8 @@ end Tangent{Tuple{Float64,Float64}}(1.0, 2.0) == 2.0 \ Tangent{Tuple{Float64,Float64}}(2.0, 4.0) ) - - end - @testset "iszero" begin @test iszero(Tangent{Foo}()) @test iszero(Tangent{Tuple{}}())