Commit 022121c
test: replace tautological meta-test assertion with non-tautological checks
The assertion compared set(BACKEND_REGISTRY.keys()) to itself, making
it always pass. Replace with a minimum count guard (>= 2) and an
expected-set equality check against {"claude-code", "codex"} so the
test actually detects registry shrinkage or unexpected additions.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 5e2451f commit 022121c
1 file changed
Lines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
85 | 91 | | |
0 commit comments