test: Update version assertions to 2.8.0

Fix failing tests that were still checking for version 2.7.4
This commit is contained in:
yusyus
2026-02-01 17:30:27 +03:00
parent 5292a79ad1
commit ec9ee9dae8
2 changed files with 5 additions and 5 deletions

View File

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