Skip to content

Commit 2338853

Browse files
committed
Update
1 parent 56c4658 commit 2338853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_problems.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ function test_scs_solve_solution_vectors(solver)
834834
)
835835
@test (solution.x, [1.0]; atol = 1e-5)
836836
@test solution.x !== primal_sol
837-
@test is_empty(primal_sol)
837+
@test isempty(primal_sol)
838838
@test_throws(
839839
ArgumentError,
840840
scs_solve(

0 commit comments

Comments
 (0)