diff --git a/test/widgets/routines/plate_calculator_test.dart b/test/widgets/routines/plate_calculator_test.dart index 76971288..9c1b7ad0 100644 --- a/test/widgets/routines/plate_calculator_test.dart +++ b/test/widgets/routines/plate_calculator_test.dart @@ -34,7 +34,6 @@ void main() { testWidgets('Smoke test for ConfigureAvailablePlates', (WidgetTester tester) async { await pumpWidget(tester); - debugDumpApp(); expect(find.text('Unit'), findsWidgets); expect(find.text('Bar weight'), findsWidgets); expect(find.byType(SwitchListTile), findsOneWidget);