Skip to content

Commit

Permalink
test: remove debug leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgomesdev committed Dec 18, 2024
1 parent d735924 commit 5fec090
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/feature_drawer_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -460,8 +460,6 @@ void main() {
await tester.enterText(find.byType(TextField), 'A DIVINA INVEJ');
await tester.pumpAndSettle();

debugDumpApp();

expect(exampleTextFinder, findsOne);
expect(find.byIcon(Icons.text_snippet_rounded), findsOne);
expect(
Expand Down

0 comments on commit 5fec090

Please sign in to comment.