Skip to content

Commit 789a59b

Browse files
committed
fix: add missing closing brace in hashed_state test
Fixed syntax error in test_hashed_storage_extend_from_sorted_wiped that was preventing compilation and formatting.
1 parent a91da57 commit 789a59b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/trie/common/src/hashed_state.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1375,6 +1375,8 @@ mod tests {
13751375
// After wipe, old storage should be cleared and only new storage remains
13761376
assert_eq!(storage.storage.len(), 1);
13771377
assert_eq!(storage.storage.get(&slot2), Some(&U256::from(200)));
1378+
}
1379+
13781380
#[test]
13791381
fn test_hashed_post_state_chunking_length() {
13801382
let addr1 = B256::from([1; 32]);

0 commit comments

Comments
 (0)