Skip to content

Commit

Permalink
fix: assert condition command timeout parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
rwtnb committed Dec 3, 2024
1 parent 367dc6e commit 7bed304
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 7bed304

Please sign in to comment.