mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-20 11:32:19 +00:00
fix(test): add missing mod_time_unix_nanos field in mutation_hook test helper
The recent addition of ObjectDataCacheGetRequest.mod_time_unix_nanos (backlog#1111 / ODC-06) missed the test helper in mutation_hook.rs, causing a compile error under clippy --all-targets.
This commit is contained in:
@@ -81,6 +81,7 @@ mod tests {
|
|||||||
version_id: None,
|
version_id: None,
|
||||||
etag: "etag",
|
etag: "etag",
|
||||||
size: 5,
|
size: 5,
|
||||||
|
mod_time_unix_nanos: 0,
|
||||||
body_variant: ObjectDataCacheBodyVariant::FullObjectPlainV1,
|
body_variant: ObjectDataCacheBodyVariant::FullObjectPlainV1,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user