Skip to content

Commit 96367db

Browse files
Update test/preferences.jl
1 parent 89bcb9e commit 96367db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/preferences.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ using Preferences
358358
else
359359
# For larger matrices, test that it chooses the expected algorithm
360360
# NOTE: When preference system is fully active, this should match expected_algorithm
361-
@test chosen_alg.alg === expected_algorithm || isa(chosen_alg, LinearSolve.DefaultLinearSolver)
361+
@test chosen_alg.alg === expected_algorithm
362362
println(" ✅ Size $(test_size) chose: $(chosen_alg.alg) (expected: $(expected_algorithm))")
363363
end
364364

0 commit comments

Comments
 (0)