fix: migrate cloud document when the document content is not sync to … (#4108)

* fix: migrate cloud document when the document content is not sync to local

* chore: clippy
This commit is contained in:
Nathan.fooo
2023-12-06 09:14:02 -08:00
committed by GitHub
parent 4837d7f7fe
commit d86431dfbc
27 changed files with 118 additions and 83 deletions

View File

@ -4,7 +4,7 @@ use flowy_core::DEFAULT_NAME;
use crate::util::unzip_history_user_db;
#[tokio::test]
async fn migrate_historical_empty_document_test() {
async fn collab_db_restore_test() {
let (cleaner, user_db_path) = unzip_history_user_db(
"./tests/user/migration_test/history_user_db",
"038_collab_db_corrupt_restore",