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

Commit

Permalink
forgot to name it right
Browse files Browse the repository at this point in the history
  • Loading branch information
xster committed Aug 15, 2019
1 parent d411762 commit 037b7e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public void setUp() {
}

@Test
public void itHoldsFlutterEngines() {
public void firstFrameListenerCanRemoveThemselves() {
AtomicInteger callbackCalled = new AtomicInteger(0);
OnFirstFrameRenderedListener callback = new OnFirstFrameRenderedListener() {
@Override
Expand Down

0 comments on commit 037b7e3

Please sign in to comment.