Commit 98b7860
Update test docstrings to use the public LEADER_ERROR_CODES name
The previous cycle dropped the underscore-prefixed aliases
(_LEADER_CHANGE_CODES in the SA dialect, _LEADER_ERROR_CODES in the
client) in favor of the wire layer's public LEADER_ERROR_CODES name.
Two test files retained the old aliases in their module docstrings,
referencing names that no longer exist anywhere in source. Anyone
grepping for the old names hit these comments without finding the
constant.
Replace the literal _LEADER_CHANGE_CODES and _LEADER_ERROR_CODES in
the docstrings with LEADER_ERROR_CODES. Pure text edit; no test or
runtime change.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 0a6867a commit 98b7860
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments