Skip to content

Commit 7538199

Browse files
committed
updated test after migrating to the new android version. This test has different expected values for iOS and Android (update reduces number of differences), created issue to investigate ably/ably-java#1186
1 parent 213ee3e commit 7538199

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test_integration/test_driver/test_implementation/realtime_tests.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,6 @@ void testRealtimeEvents(FlutterDriver Function() getDriver) {
340340
'attaching',
341341
'attaching',
342342
'attached',
343-
'attached',
344343
'detaching',
345344
'detached',
346345
];
@@ -349,14 +348,12 @@ void testRealtimeEvents(FlutterDriver Function() getDriver) {
349348
'attaching',
350349
'attaching',
351350
'attached',
352-
'attached',
353351
'detaching',
354352
];
355353
_stateChangeEvents = const [
356354
'attaching',
357355
'attaching',
358356
'attached',
359-
'update',
360357
'detaching',
361358
'detached',
362359
];

0 commit comments

Comments
 (0)