mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
16 lines
432 B
XML
16 lines
432 B
XML
// #[test]
|
|
// fn app_create_success() {
|
|
// let request = CreateAppRequest {
|
|
// workspace_id: "".to_string(),
|
|
// name: "123".to_owned(),
|
|
// desc: "".to_owned(),
|
|
// color_style: Default::default(),
|
|
// };
|
|
//
|
|
// let response = WorkspaceEventTester::new(CreateWorkspace)
|
|
// .request(request)
|
|
// .sync_send()
|
|
// .parse::<WorkspaceDetail>();
|
|
// dbg!(&response);
|
|
// }
|