Skip to content

Commit 51c0821

Browse files
author
Miha Zgubic
committed
fix wrong test
1 parent ee8b62d commit 51c0821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tangent_types/tangent.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ end
130130
@test_throws MethodError reverse(Tangent{Foo}(; x=1.0, y=2.0))
131131

132132
d = Dict(:x => 1, :y => 2.0)
133-
cdict = Tangent{Foo,typeof(d)}(d)
133+
cdict = Tangent{typeof(d),typeof(d)}(d)
134134
@test_throws MethodError reverse(Tangent{Foo}())
135135
end
136136

0 commit comments

Comments
 (0)