Skip to content

Commit d345c4b

Browse files
committed
fix missing bracket
1 parent 10bb07c commit d345c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/differentials/composite.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ end
9595
@testset "canonicalize" begin
9696
# Testing iterate via collect
9797
@test ==(
98-
canonicalize(Composite{Tuple{Float64,}}(2.0))
98+
canonicalize(Composite{Tuple{Float64,}}(2.0)),
9999
Composite{Tuple{Float64,}}(2.0)
100100
)
101101

0 commit comments

Comments
 (0)