Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
xtalax committed Oct 31, 2024
1 parent 0d6cd58 commit 659421d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pde_systems/nonlinear_laplacian_advanced.jl
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ end
sol = solve(prob, FBDF())

@test_broken SciMLBase.successful_retcode(sol)
fail


solx = sol[x]
soly = sol[y]
Expand Down

0 comments on commit 659421d

Please sign in to comment.