mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Remove debug output
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user