chore: update grid test

This commit is contained in:
appflowy
2022-03-15 19:00:28 +08:00
parent 50f32521c5
commit 47081f3095
32 changed files with 746 additions and 219 deletions

View File

@ -529,7 +529,7 @@ where
self.apply("")
}
pub fn to_bytes(&self) -> Bytes {
pub fn to_delta_bytes(&self) -> Bytes {
let json = self.to_delta_str();
Bytes::from(json.into_bytes())
}