chore: add update node body test

This commit is contained in:
nathan 2022-09-11 12:59:01 +08:00
parent 2a5d9d5530
commit 1d7d4092a5
9 changed files with 233 additions and 87 deletions

View file

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