Commit 9a877f2
Fix duplicate test method by renaming to unique name
The test file had two methods named `test_tool_result_with_ansi_codes`
at lines 512 and 545 in TestRenderContentBlock class. The second one
was silently overriding the first.
- Renamed second test to `test_tool_result_with_ansi_codes_snapshot`
- Updated docstring to clarify the test's purpose
- Renamed snapshot file to match new test name
- Both tests now run correctly (5 ANSI-related tests pass)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 62ff001 commit 9a877f2
2 files changed
Lines changed: 6 additions & 2 deletions
File tree
- tests
- __snapshots__/test_generate_html
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
542 | 542 | | |
543 | 543 | | |
544 | 544 | | |
545 | | - | |
546 | | - | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
547 | 551 | | |
548 | 552 | | |
549 | 553 | | |
| |||
0 commit comments