test: Update version assertions to 2.5.1
Fixed test_main_cli_version_output to expect 2.5.1 instead of 2.4.0. Related: v2.5.1 version bump
This commit is contained in:
@@ -126,7 +126,7 @@ class TestUnifiedCLIEntryPoints(unittest.TestCase):
|
||||
|
||||
# Should show version
|
||||
output = result.stdout + result.stderr
|
||||
self.assertIn('2.4.0', output)
|
||||
self.assertIn('2.5.1', output)
|
||||
|
||||
except FileNotFoundError:
|
||||
# If skill-seekers is not installed, skip this test
|
||||
|
||||
Reference in New Issue
Block a user