We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbacdb0 commit a4e5025Copy full SHA for a4e5025
tests/test_cli_paths.py
@@ -126,7 +126,7 @@ def test_main_cli_version_output(self):
126
127
# Should show version
128
output = result.stdout + result.stderr
129
- self.assertIn('2.0.0', output)
+ self.assertIn('2.1.1', output)
130
131
except FileNotFoundError:
132
# If skill-seekers is not installed, skip this test
0 commit comments