Skip to content

Commit c7e00c7

Browse files
committed
testset not test
1 parent 7230e94 commit c7e00c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/tangent_types/structural_tangent.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ end
358358
@test -1.0 * t == -t
359359
end
360360

361-
@test "subtraction" begin
361+
@testset "subtraction" begin
362362
a = Tangent{Foo}(; x=2.0, y=-2.0)
363363
b = Tangent{Foo}(; x=1.0, y=2.0)
364364
@test (a - b) == Tangent{Foo}(; x=1.0, y=-4.0)

0 commit comments

Comments
 (0)