Category: Testing · Priority: Medium
Labels: contract, liquidity, testing
The contracts/liquidity_pool/ directory contains a test_snapshots/ directory. If these are insta snapshots, they may be stale after code changes and need to be reviewed/updated.
Acceptance Criteria:
- Run
cargo insta review to check for pending snapshots
- Update any stale snapshots
- Add CI check for snapshot drift
Category: Testing · Priority: Medium
Labels:
contract,liquidity,testingThe
contracts/liquidity_pool/directory contains atest_snapshots/directory. If these are insta snapshots, they may be stale after code changes and need to be reviewed/updated.Acceptance Criteria:
cargo insta reviewto check for pending snapshots