Skip to content

Commit a4e5025

Browse files
test: Update version test to expect 2.1.1
1 parent cbacdb0 commit a4e5025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cli_paths.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def test_main_cli_version_output(self):
126126

127127
# Should show version
128128
output = result.stdout + result.stderr
129-
self.assertIn('2.0.0', output)
129+
self.assertIn('2.1.1', output)
130130

131131
except FileNotFoundError:
132132
# If skill-seekers is not installed, skip this test

0 commit comments

Comments
 (0)