Skip to content

Commit

Permalink
test: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
limwa committed Feb 29, 2024
1 parent fdbe879 commit a5ad009
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions uni/test/unit/view/Pages/exams_page_view_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ void main() async {
await tester.pumpWidget(testableWidget(widget, providers: providers));
await tester.pumpAndSettle();

debugDumpApp();

expect(find.byKey(Key(firstExam.toString())), findsOneWidget);
expect(find.byKey(Key('$firstExam-exam')), findsOneWidget);
});
Expand Down

0 comments on commit a5ad009

Please sign in to comment.