Skip to content

Commit

Permalink
testset not test
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox committed Feb 7, 2024
1 parent 7230e94 commit c7e00c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tangent_types/structural_tangent.jl
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ end
@test -1.0 * t == -t
end

@test "subtraction" begin
@testset "subtraction" begin
a = Tangent{Foo}(; x=2.0, y=-2.0)
b = Tangent{Foo}(; x=1.0, y=2.0)
@test (a - b) == Tangent{Foo}(; x=1.0, y=-4.0)
Expand Down

0 comments on commit c7e00c7

Please sign in to comment.