Skip to content

Commit 9b134dc

Browse files
committed
Fix again the tests...
1 parent 81b7594 commit 9b134dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/zygote.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ test_autodiff_backend_error()
4949

5050
# Additional backends used for tests
5151
push!(ADNLPModels.predefined_backend,
52-
Dict(:zygote_backend => Dict(
52+
:zygote_backend => Dict(
5353
:gradient_backend => ADNLPModels.ZygoteADGradient,
5454
:jprod_backend => ADNLPModels.ZygoteADJprod,
5555
:jtprod_backend => ADNLPModels.ZygoteADJtprod,

0 commit comments

Comments
 (0)