Skip to content

Commit df1dcaf

Browse files
Update lib/SCCNonlinearSolve/test/qa_tests.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 649e09a commit df1dcaf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/SCCNonlinearSolve/test/qa_tests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
)
88
Aqua.test_stale_deps(SCCNonlinearSolve; ignore = [:SciMLJacobianOperators])
99
Aqua.test_deps_compat(SCCNonlinearSolve; ignore = [:SciMLJacobianOperators])
10-
Aqua.test_piracies(SCCNonlinearSolve; treat_as_own = [SCCNonlinearSolve.SciMLBase.solve])
10+
Aqua.test_piracies(
11+
SCCNonlinearSolve; treat_as_own = [SCCNonlinearSolve.SciMLBase.solve])
1112
Aqua.test_ambiguities(SCCNonlinearSolve; recursive = false)
1213
end
1314

0 commit comments

Comments
 (0)