chore: update client api (#5208)

* chore: update client api

* chore: rename test target

* chore: fix test
This commit is contained in:
Nathan.fooo
2024-04-26 18:00:56 +08:00
committed by GitHub
parent d86afb03ba
commit 122a392bf8
95 changed files with 160 additions and 160 deletions

View File

@ -50,7 +50,7 @@ strum_macros = "0.25"
validator = { version = "0.16.0", features = ["derive"] }
[dev-dependencies]
event-integration = { path = "../event-integration", default-features = false }
event-integration-test = { path = "../event-integration-test", default-features = false }
[build-dependencies]
flowy-codegen.workspace = true

View File

@ -7,8 +7,8 @@ use collab_database::rows::{Row, RowDetail, RowId};
use lib_infra::box_any::BoxAny;
use strum::EnumCount;
use event_integration::folder_event::ViewTest;
use event_integration::EventIntegrationTest;
use event_integration_test::folder_event::ViewTest;
use event_integration_test::EventIntegrationTest;
use flowy_database2::entities::{FieldType, FilterPB, RowMetaPB};
use flowy_database2::services::cell::CellBuilder;
use flowy_database2::services::database::DatabaseEditor;