mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-11 14:53:12 +00:00
chore: speed up test
This commit is contained in:
parent
b4773b6dc4
commit
9b717f901b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ use crate::{
|
|||
|
||||
#[derive(arbitrary::Arbitrary, EnumAsInner, Clone, PartialEq, Eq, Debug)]
|
||||
pub enum Action {
|
||||
Ins { content: u32, pos: usize, site: u8 },
|
||||
Ins { content: u16, pos: usize, site: u8 },
|
||||
Del { pos: usize, len: usize, site: u8 },
|
||||
Sync { from: u8, to: u8 },
|
||||
SyncAll,
|
||||
|
|
Loading…
Reference in a new issue