Commit 2ea03d7
test(dbt-tools): remove duplicate "Could not parse" test
The new test at dbt-cli.test.ts L199 ("preserves generic 'Could not
parse' when dbt exited 0 but output unparseable") used the same mock
implementation and asserted the same rejection string as the existing
"Tier 3: throws with helpful message when all tiers fail" test at
L145. The generic-error path is fully covered by Tier 3; any future
change to that behaviour would have had to be kept in sync across
two identical tests.
Addresses cubic-dev-ai review feedback on #933 (P3).
Tests: 23 pass / 0 fail in packages/dbt-tools/test/dbt-cli.test.ts.
Refs #932
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 064b0dd commit 2ea03d7
1 file changed
Lines changed: 0 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | 199 | | |
209 | 200 | | |
210 | 201 | | |
| |||
0 commit comments