This commit is contained in:
Simon Gardling
2023-08-25 11:07:59 -04:00
parent 7e1fe54d59
commit 3d0d3ef7a3
7 changed files with 43 additions and 10 deletions

View File

@@ -73,7 +73,7 @@ fn hashed_storage() {
.as_slice()
.try_into()
.expect("cannot turn into [u8; 8]");
let storage = hashed_storage_create(&storage_tmp, data.as_slice());
let storage = hashed_storage_create(storage_tmp, data.as_slice());
let read = hashed_storage_read(&storage);
assert_eq!(