Skip to content

Commit ee27403

Browse files
committed
Fix the code coverage
1 parent b3bf3c0 commit ee27403

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test/check.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,10 @@ end
238238

239239
# failure
240240

241+
@test !substitutable_columns(A1, B1, [1, 1, 1, 1])
242+
log = (:warn, "4 colors provided for 5 columns.")
243+
@test_logs log substitutable_columns(A1, B1, [1, 1, 1, 1]; verbose=true)
244+
241245
@test !substitutable_columns(A1, B1, [1, 1, 1, 1, 1])
242246
@test_logs (
243247
:warn,

0 commit comments

Comments
 (0)