Skip to content

Commit

Permalink
Fix hash
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Sep 20, 2024
1 parent c55684c commit 4a2ff20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vm/src/modules/file_system_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ mod tests {
let version = raw_module_version_discriminator();
assert_eq!(
version,
"9ef3de8cb5fb770171ae3ea14db67fe25d946fef383472a18ddd75ced7bfcd4b"
"2cc4970565c9d957af65f1ea3511d7426e38aca57181167cc4af5daf2b68a763"
);
}
}

0 comments on commit 4a2ff20

Please sign in to comment.