Commit 7ab558b
committed
fix(tests): follow through on the Aave and precondition changes
Two consequences of the previous two commits that CI caught:
- the frozen reference blob for 'aave-v3-supply' changed, because the
contract address inside it changed. Regenerated locally; exactly one of the
51 flows moved and its length is unchanged at 246, which is what a
same-length address substitution should do.
- test_rejects_dynamic_format expected AssertionError from
serialize_schema_metadata, which now raises ValueError so the check
survives python -O.
The earlier claim that no test depended on AssertionError from these paths
was wrong: the grep behind it excluded lines containing 'self.assert', which
also excluded 'self.assertRaises(AssertionError)'.1 parent 1db9da2 commit 7ab558b
1 file changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
599 | 599 | | |
600 | 600 | | |
601 | 601 | | |
602 | | - | |
| 602 | + | |
603 | 603 | | |
604 | 604 | | |
605 | 605 | | |
| |||
803 | 803 | | |
804 | 804 | | |
805 | 805 | | |
806 | | - | |
807 | | - | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
808 | 812 | | |
809 | 813 | | |
810 | 814 | | |
| |||
0 commit comments