Skip to content

Commit 5ae5dba

Browse files
committed
test
1 parent 5c693b0 commit 5ae5dba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.ci/check_caips.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ val config = CheckConfig("caip",
1313
mapOf(
1414
"title" to { },
1515
"status" to { value ->
16-
if (!listOf("Draft", "Active", "Review", "Final", "Superseded").contains(value)) throw IllegalArgumentException("Invalid status '$value'")
16+
if (!listOf("Draft", "Active", "Review", "Final", "Superseded").contains(value)) throw IllegalArgumentException("Invalid status -'$value'-")
1717
},
1818
"type" to { value ->
1919
if (!listOf("Meta", "Standard").contains(value)) throw IllegalArgumentException("Invalid status $value")

0 commit comments

Comments
 (0)