Skip to content

Commit

Permalink
🤖 Format .jl files (#97)
Browse files Browse the repository at this point in the history
Co-authored-by: tmigot <[email protected]>
  • Loading branch information
github-actions[bot] and tmigot authored Oct 6, 2022
1 parent 6f69b2d commit 71c16d5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ end
stp = NLPStopping(nlp)
meta = FPSSSolver(stp, Float64, qds_solver = :iterative)
stats = GenericExecutionStats(nlp)
@test_throws ErrorException("fps_solve only works for minimization problem") SolverCore.solve!(meta, stp, stats)
@test_throws ErrorException("fps_solve only works for minimization problem") SolverCore.solve!(
meta,
stp,
stats,
)
end

@testset "Problem using KKT optimality" begin
Expand Down

0 comments on commit 71c16d5

Please sign in to comment.