chore: add more test and fix warnings

This commit is contained in:
appflowy
2022-03-16 10:02:37 +08:00
parent 47081f3095
commit b3ed254caf
24 changed files with 318 additions and 132 deletions

View File

@ -351,7 +351,7 @@ pub async fn create_view(sdk: &FlowySDKTest, app_id: &str, name: &str, desc: &st
thumbnail: None,
data_type,
plugin_type: 0,
data: "".to_string(),
data: vec![],
};
let view = FolderEventBuilder::new(sdk.clone())
.event(CreateView)