Skip to content

Commit

Permalink
fix up test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Nov 15, 2024
1 parent c69a4a7 commit 7628740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/SCCNonlinearSolve/test/core_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ include("../../../common/common_rootfind_testing.jl")
end

@testitem "Manual SCC" setup=[CoreRootfindTesting] tags=[:core] begin
using NonlinearSolve
function f(du, u, p)
du[1] = cos(u[2]) - u[1]
du[2] = sin(u[1] + u[2]) + u[2]
Expand Down
2 changes: 1 addition & 1 deletion lib/SCCNonlinearSolve/test/qa_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
end

@testitem "Explicit Imports" tags=[:core] begin
using ExplicitImports, SCCNonlinearSolve
using ExplicitImports, SciMLBase, SCCNonlinearSolve

@test check_no_implicit_imports(
SCCNonlinearSolve; skip = (Base, Core, SciMLBase)
Expand Down

0 comments on commit 7628740

Please sign in to comment.