Skip to content

Commit

Permalink
fix storage mapping test
Browse files Browse the repository at this point in the history
  • Loading branch information
epociask committed Sep 30, 2024
1 parent 053c204 commit 50b974c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/storage/CacheManager
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
| Name | Type | Slot | Offset | Bytes | Contract |
|---------------|-----------------------------|------|--------|-------|-----------------------------------------|
| _initialized | bool | 0 | 0 | 1 | src/chain/CacheManager.sol:CacheManager |
| _initialized | uint8 | 0 | 0 | 1 | src/chain/CacheManager.sol:CacheManager |
| _initializing | bool | 0 | 1 | 1 | src/chain/CacheManager.sol:CacheManager |
| bids | struct MinHeapLib.Heap | 1 | 0 | 32 | src/chain/CacheManager.sol:CacheManager |
| entries | struct CacheManager.Entry[] | 2 | 0 | 32 | src/chain/CacheManager.sol:CacheManager |
Expand Down

0 comments on commit 50b974c

Please sign in to comment.