Unverified Commit 4581ae5c authored by Michael Müller's avatar Michael Müller Committed by GitHub
Browse files

[storage] Fix bug (#524)

parent eed4a13d
Pipeline #111140 passed with stages
in 8 minutes and 27 seconds
......@@ -270,7 +270,7 @@ mod tests {
let y: $name = pull_spread_root(&key);
assert_eq!(x, y);
push_packed_root(&x, &key2);
let z: $name = pull_packed_root(&key);
let z: $name = pull_packed_root(&key2);
assert_eq!(x, z);
})*
})
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment