mirror of
https://github.com/rustfs/rustfs.git
synced 2026-09-07 04:25:54 +00:00
test(startup): encode observation digests with shared hex helper
This commit is contained in:
@@ -399,7 +399,7 @@ mod tests {
|
||||
}
|
||||
hash.update(&buf[..len]);
|
||||
}
|
||||
Ok(format!("{:x}", hash.finalize()))
|
||||
Ok(rustfs_utils::crypto::hex(hash.finalize()))
|
||||
}
|
||||
|
||||
fn startup_cas_git(args: &[&str]) -> std::io::Result<String> {
|
||||
|
||||
Reference in New Issue
Block a user