Commit d19ed33
fix(dash-spv): remove obsolete StoredTerminalBlock references from tests
The StoredTerminalBlock type and related methods (store_terminal_block,
get_terminal_block, clear_terminal_block) were removed from the
StorageManager trait but references remained in test mock implementations.
- Removed terminal block method implementations from MockStorageManager
in error_handling_test.rs and error_recovery_integration_test.rs
- These methods are no longer part of the StorageManager trait
Note: These test files still have other compilation issues with their
mock implementations that need separate fixes.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 5cc8429 commit d19ed33
File tree
2 files changed
+4
-41
lines changed- dash-spv/tests
2 files changed
+4
-41
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | | - | |
398 | | - | |
399 | | - | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | | - | |
404 | | - | |
405 | | - | |
| 381 | + | |
| 382 | + | |
406 | 383 | | |
407 | 384 | | |
408 | 385 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
650 | 650 | | |
651 | 651 | | |
652 | 652 | | |
653 | | - | |
654 | | - | |
655 | | - | |
656 | | - | |
657 | | - | |
658 | | - | |
659 | | - | |
660 | | - | |
661 | | - | |
662 | | - | |
663 | | - | |
664 | | - | |
665 | | - | |
666 | | - | |
667 | | - | |
668 | | - | |
| 653 | + | |
| 654 | + | |
669 | 655 | | |
0 commit comments