forked from Deuxfleurs/garage
multipartupload in test: add forgotten timestamp
This commit is contained in:
parent
cda957b4b1
commit
5670367126
1 changed files with 1 additions and 0 deletions
|
@ -1175,6 +1175,7 @@ mod tests {
|
||||||
|
|
||||||
MultipartUpload {
|
MultipartUpload {
|
||||||
upload_id: uuid,
|
upload_id: uuid,
|
||||||
|
timestamp: TS,
|
||||||
deleted: false.into(),
|
deleted: false.into(),
|
||||||
parts: crdt::Map::<MpuPartKey, MpuPart>::from_iter(parts),
|
parts: crdt::Map::<MpuPartKey, MpuPart>::from_iter(parts),
|
||||||
bucket_id: uuid,
|
bucket_id: uuid,
|
||||||
|
|
Loading…
Reference in a new issue