fix: Update test version checks to 2.9.0 and remove whitespace

- Update version checks in test_package_structure.py from 2.8.0 to 2.9.0
- Update version check in test_cli_paths.py from 2.8.0 to 2.9.0
- Remove trailing whitespace from blank lines in code_analyzer.py (lines 1436-1504)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
yusyus
2026-02-03 21:00:34 +03:00
parent 2f91d5cf59
commit a67438bdcc
3 changed files with 15 additions and 15 deletions

View File

@@ -138,7 +138,7 @@ class TestUnifiedCLIEntryPoints(unittest.TestCase):
# Should show version
output = result.stdout + result.stderr
self.assertIn("2.8.0", output)
self.assertIn("2.9.0", output)
except FileNotFoundError:
# If skill-seekers is not installed, skip this test