diff --git a/tests/test_cli_paths.py b/tests/test_cli_paths.py index 5a96e82..0a0e5aa 100644 --- a/tests/test_cli_paths.py +++ b/tests/test_cli_paths.py @@ -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