Skip to content

Commit 4a65bd9

Browse files
committed
Fix test
1 parent cac3917 commit 4a65bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dense.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ end
183183
end
184184

185185
@testset "AutoTaylorDiff" begin
186-
ad = AutoTaylorDiff{2}()
186+
ad = AutoTaylorDiff(; order = 2)
187187
@test ad isa AbstractADType
188188
@test ad isa AutoTaylorDiff{2}
189189
@test mode(ad) isa ForwardMode

0 commit comments

Comments
 (0)