chore(tvix/store): use DUMMY_DIGEST, too

Missed from cl/7649.

Change-Id: Id2d382567f91cba9cdd792fe44bc0a83d040ec69
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7656
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
Florian Klink 2022-12-28 00:17:52 +01:00 committed by flokli
parent f930c91086
commit 0c7e545fd0

View file

@ -43,7 +43,7 @@ mod tests {
let d = Directory {
directories: vec![DirectoryNode {
name: String::from("foo"),
digest: vec![],
digest: DUMMY_DIGEST.to_vec(),
size: 0,
}],
..Default::default()