mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-19 12:24:53 -04:00
chore: fix test
This commit is contained in:
parent
0d0c6fff32
commit
13d8b1ed37
1 changed files with 1 additions and 1 deletions
|
@ -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 ??
|
||||
|
|
Loading…
Add table
Reference in a new issue