test: Update version test to expect 2.1.1

This commit is contained in:
yusyus
2025-11-30 12:25:55 +03:00
parent cbacdb0e66
commit a4e5025dd1

View File

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