test: Update version test to expect 2.2.0

This commit is contained in:
yusyus
2025-12-22 00:31:02 +03:00
parent 0297a2e02a
commit 9d91bf0b82

View File

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