Skip to content

Commit

Permalink
Fixed ably flutter test for testing realtime events
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Mar 5, 2024
1 parent 9ce64d1 commit 51ce5f0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,10 @@ void testRealtimeEvents(FlutterDriver Function() getDriver) {
];
} else {
_stateChangeEvents = const [
'attaching',
'attaching',
'attached',
'update',
'detaching',
'detached',
];
Expand Down

0 comments on commit 51ce5f0

Please sign in to comment.