Commit 81e609b
test(dash-spv): improve error message for SyncManager creation failure
Replace unwrap() with expect() in block_download_test.rs to provide
clearer error messages when test setup fails. This makes test failures
more actionable by showing what specifically failed during initialization.
- Changed SyncManager::new().unwrap() to use .expect() with descriptive message
- Test verified: all 9 tests in block_download_test pass
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent d19ed33 commit 81e609b
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
359 | | - | |
| 359 | + | |
| 360 | + | |
360 | 361 | | |
361 | 362 | | |
362 | 363 | | |
| |||
0 commit comments