From 1e6b23cd508ac7169f26737e3f4b68c9d9a83e4c Mon Sep 17 00:00:00 2001 From: Lzyct Date: Wed, 9 Oct 2024 14:25:11 +0800 Subject: [PATCH] fix(test): resolve error on test in GitHub --- test/core/app_route_test.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/test/core/app_route_test.dart b/test/core/app_route_test.dart index 5e82c4f..de2f402 100644 --- a/test/core/app_route_test.dart +++ b/test/core/app_route_test.dart @@ -81,7 +81,6 @@ void main() { // Navigate to dashboard await tester.pumpAndSettle(); - await tester.pumpAndSettle(); expect(find.byType(MainPage), findsOneWidget); expect(find.byType(DashboardPage), findsOneWidget);