Skip to content

Commit

Permalink
Satisfy reviewdog
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
simsurace and github-actions[bot] authored Feb 6, 2024
1 parent b58f524 commit bbc883a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/flatten.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

# Prevent regression of PR #67
@testset "Type stability of unflatten" begin
θ = (1., ((2., 3.), 4.))
θ = (1.0, ((2.0, 3.0), 4.0))
x, unflatten = flatten(θ)
@test (@inferred unflatten(x)) == θ
end
Expand Down

0 comments on commit bbc883a

Please sign in to comment.