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:
Zhengchao An
2026-07-11 07:01:56 +08:00
committed by GitHub
parent a32af463ed
commit a35ebb92b8
@@ -81,6 +81,7 @@ mod tests {
version_id: None,
etag: "etag",
size: 5,
mod_time_unix_nanos: 0,
body_variant: ObjectDataCacheBodyVariant::FullObjectPlainV1,
}
}