Commit 30d5d3a
fix(tests): update exploding_decay signature to match Phase B memories= param
The Phase B consolidation-scoped cache (80ccc2f) added an optional
memories= parameter to run_decay_cycle. The regression test's fake
was pinned to the old 2-arg signature, so CI failed with TypeError
'takes 2 positional arguments but 3 were given'. The fix was already
in the working copy but was not staged into 80ccc2f (only mcp_server/
was added). Committing now to unblock CI on v3.11.0.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 86e6647 commit 30d5d3a
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
128 | | - | |
129 | | - | |
| 127 | + | |
130 | 128 | | |
131 | 129 | | |
132 | 130 | | |
| |||
0 commit comments