refactor: rename flowy-test to event-integration (#3667)

This commit is contained in:
Nathan.fooo
2023-10-11 20:02:09 +08:00
committed by GitHub
parent cf521fe20b
commit e59870e421
65 changed files with 91 additions and 94 deletions

View File

@ -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,