Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit ea8386f

Browse files
authored
Add test annotation (#29642)
1 parent b95cc21 commit ea8386f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shell/platform/android/test/io/flutter/embedding/engine/dart/DartMessengerTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ public void emptyResponseWhenHandlerIsUnregistered() throws InterruptedException
311311
verify(fakeFlutterJni).invokePlatformMessageEmptyResponseCallback(replyId);
312312
}
313313

314+
@Test
314315
public void testSerialTaskQueue() throws InterruptedException {
315316
final FlutterJNI fakeFlutterJni = mock(FlutterJNI.class);
316317
final DartMessenger messenger = new DartMessenger(fakeFlutterJni);

0 commit comments

Comments
 (0)