Skip to content

Commit c2cc91a

Browse files
committed
Change check
1 parent 005e07f commit c2cc91a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/check.jl

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

0 commit comments

Comments
 (0)