Commit 0486b9f
committed
fix: use correct 'already bootstrapped' error string in retry test
The test was using 'Bootstrap failed: 5: Input/output error' which
isAlreadyBootstrapped() explicitly does not match (it only matches
'already loaded' or 'already bootstrapped'). This meant the retry-
after-bootout code path was never triggered, and the function threw
on the first bootstrap attempt instead of retrying.1 parent 7f35c5f commit 0486b9f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
479 | 479 | | |
480 | 480 | | |
481 | 481 | | |
482 | | - | |
| 482 | + | |
483 | 483 | | |
484 | 484 | | |
485 | 485 | | |
| |||
0 commit comments