Commit ead0e2a
committed
fix(test): drop stale random_listening_addresses import
The helper was renamed to generate_listening_addresses (already
imported on the line above), but the old name lingered in the import
list, breaking the cargo test build on CI and skipping the CBF
test step entirely.
AI-assisted with Claude Code.1 parent 817e764 commit ead0e2a
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments