Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-goral authored and mergify-bot committed Jul 1, 2021
1 parent 4000ee1 commit 7bc3163
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ password: $password
Unit event LoadPreviousDurations.Summary(1, 2, 3),
Unit event InstallApks.Status(AndroidApps.Event.Connecting.Agent("123456")),
Unit event InstallApks.Status(AndroidApps.Event.Connecting.Console("123456")),
Unit event InstallApks.Status(AndroidApps.Event.Apk.Uploading("path/to/apk.apk")),
Unit event InstallApks.Status(AndroidApps.Event.Apk.Installing("path/to/apk.apk")),
Unit event InstallApks.Status(AndroidApps.Event.Apk.Uploading("123456", "path/to/apk.apk")),
Unit event InstallApks.Status(AndroidApps.Event.Apk.Installing("123456", "path/to/apk.apk")),
Unit event InvokeDevices.Status(AndroidInstance.Event.GettingAlreadyCreated),
Unit event InvokeDevices.Status(AndroidInstance.Event.Obtained(5)),
Unit event InvokeDevices.Status(AndroidInstance.Event.Starting(6)),
Expand Down

0 comments on commit 7bc3163

Please sign in to comment.