Skip to content

Commit

Permalink
Add test annotation (flutter#29642)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahaog authored Nov 12, 2021
1 parent b95cc21 commit ea8386f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ public void emptyResponseWhenHandlerIsUnregistered() throws InterruptedException
verify(fakeFlutterJni).invokePlatformMessageEmptyResponseCallback(replyId);
}

@Test
public void testSerialTaskQueue() throws InterruptedException {
final FlutterJNI fakeFlutterJni = mock(FlutterJNI.class);
final DartMessenger messenger = new DartMessenger(fakeFlutterJni);
Expand Down

0 comments on commit ea8386f

Please sign in to comment.