Skip to content

Commit

Permalink
test: change order of operations to reduce flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
dariakp committed Jul 22, 2022
1 parent 79764dc commit 3ab1b54
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
{
"name": "clear"
},
{
"name": "ready"
},
{
"name": "checkIn",
"connection": "conn"
},
{
"name": "ready"
},
{
"name": "waitForEvent",
"event": "ConnectionReady",
Expand Down

0 comments on commit 3ab1b54

Please sign in to comment.