Skip to content

Commit

Permalink
missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
ToucheSir committed Jan 12, 2024
1 parent dc14f9c commit 233499f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/number.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@test gradient(floor, 1) === (0.0,)
@test gradient(ceil, 1) === (0.0,)
@test gradient(round, 1) === (0.0,)
@test gradient(hash, 1) === (nothing)
@test gradient(hash, 1) === (nothing,)
@test gradient(div, 1, 2) === (nothing, nothing)
end

Expand Down

0 comments on commit 233499f

Please sign in to comment.