multipartupload in test: add forgotten timestamp
This commit is contained in:
parent
cda957b4b1
commit
5670367126
@ -1175,6 +1175,7 @@ mod tests {
|
||||
|
||||
MultipartUpload {
|
||||
upload_id: uuid,
|
||||
timestamp: TS,
|
||||
deleted: false.into(),
|
||||
parts: crdt::Map::<MpuPartKey, MpuPart>::from_iter(parts),
|
||||
bucket_id: uuid,
|
||||
|
Loading…
Reference in New Issue
Block a user