From 13d8b1ed37405abf86259ef52ebf7e9b32ef0717 Mon Sep 17 00:00:00 2001 From: Nathan Date: Wed, 2 Apr 2025 18:03:03 +0800 Subject: [PATCH] chore: fix test --- frontend/appflowy_flutter/integration_test/shared/base.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/appflowy_flutter/integration_test/shared/base.dart b/frontend/appflowy_flutter/integration_test/shared/base.dart index aadcc1d707..cd28bb0d9f 100644 --- a/frontend/appflowy_flutter/integration_test/shared/base.dart +++ b/frontend/appflowy_flutter/integration_test/shared/base.dart @@ -43,7 +43,7 @@ extension AppFlowyTestBase on WidgetTester { if (Platform.isLinux || Platform.isWindows || Platform.isMacOS) { await binding.setSurfaceSize(windowSize); } - cloudType = AuthenticatorType.appflowyCloudDevelop; + //cloudType = AuthenticatorType.appflowyCloudDevelop; mockHotKeyManagerHandlers(); final applicationDataDirectory = dataDirectory ??