Skip to content

Commit 9caca0f

Browse files
authored
Apply suggestion from @gdalle
1 parent c2cc91a commit 9caca0f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/check.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,5 +316,6 @@ end
316316
algo = GreedyColoringAlgorithm(; decompression=:substitution)
317317
S = spzeros(Int, 0, 0)
318318
result = coloring(S, problem, algo)
319+
@test isempty(result.color)
319320
@test isempty(result.group)
320321
end

0 commit comments

Comments
 (0)