Skip to content

Commit 6f676ba

Browse files
Update test/preferences.jl
1 parent 2786e41 commit 6f676ba

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
@@ -356,7 +356,7 @@ using Preferences
356356
println(" ✅ Tiny override correctly chose GenericLU")
357357
else
358358
# Test that it chooses the expected algorithm when preference system is active
359-
@test chosen_alg.alg === expected_algorithm || isa(chosen_alg, LinearSolve.DefaultLinearSolver)
359+
@test chosen_alg.alg === expected_algorithm
360360
println(" ✅ Size $(test_size) chose: $(chosen_alg.alg) (expected: $(expected_algorithm))")
361361
end
362362

0 commit comments

Comments
 (0)