Commit f4d2ea2
Andrey Barchenkov
fix: add pragma no branch for coverage on reconnection error path
The isinstance check for JSONRPCRequest always evaluates to True
because _handle_reconnection is only called for request messages.
Mark the branch with pragma: no branch to satisfy 100% branch coverage.1 parent 3350ca9 commit f4d2ea2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
385 | | - | |
| 385 | + | |
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
| |||
0 commit comments