We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1104920 commit 5a29203Copy full SHA for 5a29203
test/view/engine/engine_gauge_test.dart
@@ -32,7 +32,9 @@ void main() {
32
expect(find.text('0.0'), findsOneWidget);
33
});
34
35
- testWidgets('EngineGauge shows 0.0 (no sign) for small positive eval', (WidgetTester tester) async {
+ testWidgets('EngineGauge shows 0.0 (no sign) for small positive eval', (
36
+ WidgetTester tester,
37
+ ) async {
38
final params = (
39
isLocalEngineAvailable: true,
40
orientation: Side.white,
0 commit comments