use strings as values, with option to allow removing
This commit is contained in:
@@ -20,7 +20,7 @@ fn operation_strategy() -> impl Strategy<Value = Operation> {
|
||||
Operation::Update {
|
||||
uuid,
|
||||
property,
|
||||
value: true.into(),
|
||||
value: Some("true".into()),
|
||||
timestamp: Utc::now(),
|
||||
}
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user