mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
refactor: rename flowy-test to event-integration (#3667)
This commit is contained in:
@ -32,7 +32,7 @@ rusty-money = {version = "0.4.1", features = ["iso"]}
|
||||
lazy_static = "1.4.0"
|
||||
indexmap = {version = "1.9.2", features = ["serde"]}
|
||||
url = { version = "2"}
|
||||
fancy-regex = "0.10.0"
|
||||
fancy-regex = "0.11.0"
|
||||
futures = "0.3.26"
|
||||
dashmap = "5"
|
||||
anyhow = "1.0"
|
||||
@ -47,7 +47,7 @@ strum = "0.25"
|
||||
strum_macros = "0.25"
|
||||
|
||||
[dev-dependencies]
|
||||
flowy-test = { path = "../flowy-test", default-features = false }
|
||||
event-integration = { path = "../event-integration", default-features = false }
|
||||
|
||||
[build-dependencies]
|
||||
flowy-codegen = { path = "../../../shared-lib/flowy-codegen"}
|
||||
|
@ -6,6 +6,8 @@ use collab_database::fields::Field;
|
||||
use collab_database::rows::{CreateRowParams, RowDetail, RowId};
|
||||
use strum::EnumCount;
|
||||
|
||||
use event_integration::folder_event::ViewTest;
|
||||
use event_integration::FlowyCoreTest;
|
||||
use flowy_database2::entities::{FieldType, FilterPB, RowMetaPB, SelectOptionPB};
|
||||
use flowy_database2::services::cell::{CellBuilder, ToCellChangeset};
|
||||
use flowy_database2::services::database::DatabaseEditor;
|
||||
@ -18,8 +20,6 @@ use flowy_database2::services::field::{
|
||||
};
|
||||
use flowy_database2::services::share::csv::{CSVFormat, ImportResult};
|
||||
use flowy_error::FlowyResult;
|
||||
use flowy_test::folder_event::ViewTest;
|
||||
use flowy_test::FlowyCoreTest;
|
||||
|
||||
use crate::database::mock_data::{
|
||||
make_no_date_test_grid, make_test_board, make_test_calendar, make_test_grid,
|
||||
|
Reference in New Issue
Block a user