mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-08 13:53:13 +00:00
multipartupload in test: add forgotten timestamp
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user