Commit c454395
committed
Merge bitcoin/bitcoin#27895: test: clean up is node stopped
6779e6e test: clean up is node stopped (dimitaracev)
Pull request description:
Fixes #27893
Use f'strings for the message when asserting `expected_ret_code` and `return_code`. Change the `expected_ret_code` from an optional to have a default value of `0`.
cc MarcoFalke
ACKs for top commit:
MarcoFalke:
lgtm ACK 6779e6e
stickies-v:
ACK 6779e6e
brunoerg:
ACK 6779e6e
Tree-SHA512: af84e7ffe467ced29236dee9206687786a2efb89ab8b039c3ebfb93ea23fc273206cd51f20c9fb6bee4135770e9a649538942571d9c0be83ba9535fa8e59cb281 file changed
+4
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
368 | | - | |
| 368 | + | |
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
| |||
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
| 380 | + | |
| 381 | + | |
387 | 382 | | |
388 | 383 | | |
389 | 384 | | |
| |||
392 | 387 | | |
393 | 388 | | |
394 | 389 | | |
395 | | - | |
| 390 | + | |
396 | 391 | | |
397 | 392 | | |
398 | 393 | | |
| |||
0 commit comments