Skip to content

Commit

Permalink
fix: assert condition command timeout parsing (#2171)
Browse files Browse the repository at this point in the history
  • Loading branch information
rwtnb authored Dec 13, 2024
1 parent 71c631d commit 3099bc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ data class AssertCommand(

data class AssertConditionCommand(
val condition: Condition,
private val timeout: String? = null,
val timeout: String? = null,
override val label: String? = null,
override val optional: Boolean = false,
) : Command {
Expand Down

0 comments on commit 3099bc7

Please sign in to comment.