Skip to content

Commit 3099bc7

Browse files
authored
fix: assert condition command timeout parsing (#2171)
1 parent 71c631d commit 3099bc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • maestro-orchestra-models/src/main/java/maestro/orchestra

maestro-orchestra-models/src/main/java/maestro/orchestra/Commands.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ data class AssertCommand(
372372

373373
data class AssertConditionCommand(
374374
val condition: Condition,
375-
private val timeout: String? = null,
375+
val timeout: String? = null,
376376
override val label: String? = null,
377377
override val optional: Boolean = false,
378378
) : Command {

0 commit comments

Comments
 (0)