mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-25 07:07:32 -04:00
chore: add update node body test
This commit is contained in:
parent
2a5d9d5530
commit
1d7d4092a5
9 changed files with 233 additions and 87 deletions
|
@ -37,6 +37,7 @@ impl OTError {
|
|||
static_ot_error!(duplicate_revision, OTErrorCode::DuplicatedRevision);
|
||||
static_ot_error!(revision_id_conflict, OTErrorCode::RevisionIDConflict);
|
||||
static_ot_error!(internal, OTErrorCode::Internal);
|
||||
static_ot_error!(serde, OTErrorCode::SerdeError);
|
||||
}
|
||||
|
||||
impl fmt::Display for OTError {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue