Skip to content

Commit 37398e3

Browse files
committed
review
1 parent 5615abe commit 37398e3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/docs/release/breaking-changes/android-setIsRunningInRobolectricTest-removed.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: FlutterMain.setIsRunningInRobolectricTest on Android removed
3-
description: The test-only FlutterMain.setIsRunningInRobolectricTest API on
4-
the Android engine is consolidated into the FlutterInjector.
3+
description: The test-only FlutterMain.setIsRunningInRobolectricTest API on the Android engine is consolidated into the FlutterInjector.
54
---
65

76
## Summary
@@ -43,7 +42,6 @@ adds a `FlutterInjector` class to assist testing.
4342

4443
Code before migration:
4544

46-
<!-- skip -->
4745
```java
4846
FlutterMain.setIsRunningInRobolectricTest(true);
4947
```

0 commit comments

Comments
 (0)