Insrt-Finance / insrt-v2-contracts

0 stars 3 forks source link

`AssetHandler `Tests Use `StorageRead` #70

Closed NouDaimon closed 1 year ago

NouDaimon commented 1 year ago

The library StorageRead abstracts all needs for explicitly calculating Storage slots and reading from them in tests.

AssetHandler facets tests should leverage this for streamlined updating.