Skip to content

fix: remove duplicated TestChangeStr class in test_diff.py#16

Merged
Coding-Dev-Tools merged 1 commit into
mainfrom
Openclaw/configdrift/fix-duplicated-test-class
May 19, 2026
Merged

fix: remove duplicated TestChangeStr class in test_diff.py#16
Coding-Dev-Tools merged 1 commit into
mainfrom
Openclaw/configdrift/fix-duplicated-test-class

Conversation

@Coding-Dev-Tools

Copy link
Copy Markdown
Owner

The TestChangeStr class was defined twice in the same file. The first
definition was entirely dead code — its test methods were overridden
by the second definition's methods with the same names.

This fixes ruff F811 (redefinition of unused variable) when linting
tests/.

The TestChangeStr class was defined twice in the same file. The first
definition was entirely dead code — its test methods were overridden
by the second definition's methods with the same names.

This fixes ruff F811 (redefinition of unused variable) when linting
tests/.
@Coding-Dev-Tools Coding-Dev-Tools merged commit 7a93ddd into main May 19, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant