From 627bd375d131422076353ac7d59bfdddaa3886c8 Mon Sep 17 00:00:00 2001 From: kukkok3 <93382903+kukkok3@users.noreply.github.com> Date: Fri, 27 Sep 2024 17:03:56 +0200 Subject: [PATCH] fix: format --- catalyst_voices/{test_driver => integration_test}/Earthfile | 0 catalyst_voices/integration_test/app_test.dart | 1 - 2 files changed, 1 deletion(-) rename catalyst_voices/{test_driver => integration_test}/Earthfile (100%) diff --git a/catalyst_voices/test_driver/Earthfile b/catalyst_voices/integration_test/Earthfile similarity index 100% rename from catalyst_voices/test_driver/Earthfile rename to catalyst_voices/integration_test/Earthfile diff --git a/catalyst_voices/integration_test/app_test.dart b/catalyst_voices/integration_test/app_test.dart index dda49c55e34..9c9bad35d45 100644 --- a/catalyst_voices/integration_test/app_test.dart +++ b/catalyst_voices/integration_test/app_test.dart @@ -15,7 +15,6 @@ void main() { // pump and settle every 100ms to simulate almost production-like FPS await tester.pumpAndSettle(const Duration(milliseconds: 100)); expect(find.text('Coming'), findsOneWidget); - }); }); }