Skip to content

Commit

Permalink
add failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
YukiMatsumura committed Nov 18, 2024
1 parent 8457643 commit 9ff0aeb
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,16 @@ class FlagTypeExpiryDateIllegalParamDetectorText : LintDetectorTest() {
)
@FlagType.WorkInProgress(
owner = "Hoge Fuga",
expiryDate = "2023-12-10"
expiryDate = EXPIRY_DATE_NOT_DEFINED
)
fun awesomeFeatureEnabled(): Boolean
}
class Test {
fun test(example: Example) {
example.awesomeFeatureEnabled()
}
}
""".trimIndent()
)
)
Expand Down

0 comments on commit 9ff0aeb

Please sign in to comment.