Skip to content

Commit

Permalink
Update test/tangent_types/structural_tangent.jl
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
oxinabox and github-actions[bot] committed Jan 23, 2024
1 parent 7d95866 commit fe63c33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tangent_types/structural_tangent.jl
Original file line number Diff line number Diff line change
Expand Up @@ -400,8 +400,8 @@ end
@test repr(Tangent{Foo}()) == "Tangent{Foo}()"

@test ==(
repr(MutableTangent{MFoo}((;x=1.5, y=[1.0, 2.0]))),
"MutableTangent{MFoo}(x = 1.5, y = [1.0, 2.0])"
repr(MutableTangent{MFoo}((; x=1.5, y=[1.0, 2.0]))),
"MutableTangent{MFoo}(x = 1.5, y = [1.0, 2.0])",
)
end

Expand Down

0 comments on commit fe63c33

Please sign in to comment.