Skip to content

Commit b0f610f

Browse files
committed
fix another log test
1 parent 9daaeb9 commit b0f610f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/verbosity.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ end
106106
prob,
107107
verbose = LinearVerbosity(default_lu_fallback = WarnLevel()))
108108

109-
@test_logs min_level=SciMLLogging.Logging.Warn solve(prob, verbose = false)
109+
@test_logs (:warn, r"Using `true` or `false` for `verbose` is being deprecated") match_mode=:any min_level=SciMLLogging.Logging.Warn solve(prob, verbose = false)
110110

111111
@test_logs (:info,
112112
"LU factorization failed, falling back to QR factorization. `A` is potentially rank-deficient.") solve(

0 commit comments

Comments
 (0)