Skip to content

Commit 233499f

Browse files
committed
missing comma
1 parent dc14f9c commit 233499f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lib/number.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@test gradient(floor, 1) === (0.0,)
44
@test gradient(ceil, 1) === (0.0,)
55
@test gradient(round, 1) === (0.0,)
6-
@test gradient(hash, 1) === (nothing)
6+
@test gradient(hash, 1) === (nothing,)
77
@test gradient(div, 1, 2) === (nothing, nothing)
88
end
99

0 commit comments

Comments
 (0)