chore: update test (#1584)

This commit is contained in:
Nathan.fooo
2022-12-20 08:39:46 +08:00
committed by GitHub
parent 260705280f
commit 9f7f86a49a
23 changed files with 198 additions and 147 deletions

View File

@ -68,6 +68,7 @@ impl FlowyError {
static_flowy_error!(invalid_data, ErrorCode::InvalidData);
static_flowy_error!(out_of_bounds, ErrorCode::OutOfBounds);
static_flowy_error!(serde, ErrorCode::Serde);
static_flowy_error!(field_record_not_found, ErrorCode::FieldRecordNotFound);
}
impl std::convert::From<ErrorCode> for FlowyError {