Decoupling pool-system from pool-registry tests #1771
Labels
I11-cleaning
No mandatory issue that leave the repo more readable/organized
P2-nice-to-have
Issue is worth doing.
Q3-medium
Can be done with good experience in the language, but little knowledge of the codebase.
Description
pallet-pool-registry
is quite simple on its own. Nevertheless, the mock and benchmarks use a lot of knowledge comming frompool-system
, breakingpool-registry
each timepool-system
changes.We should test only the internal behavior of
pool-registry
in this pallet, avoiding configuring pools and pool dependencies.The text was updated successfully, but these errors were encountered: