mirror of
https://github.com/flutter/samples.git
synced 2026-03-25 13:51:35 +00:00
Adjust experimental/federated_plugin/federated_plugin lint rules (#817)
This commit is contained in:
@@ -19,7 +19,7 @@ void main() {
|
||||
});
|
||||
|
||||
testWidgets('get current battery level from platform', (tester) async {
|
||||
await tester.pumpWidget(MyApp());
|
||||
await tester.pumpWidget(const MyApp());
|
||||
|
||||
// Tap button to retrieve current battery level from platform.
|
||||
await tester.tap(find.byType(ElevatedButton));
|
||||
|
||||
Reference in New Issue
Block a user