test: Update version assertions to 2.8.0
Fix failing tests that were still checking for version 2.7.4
This commit is contained in:
@@ -138,7 +138,7 @@ class TestUnifiedCLIEntryPoints(unittest.TestCase):
|
||||
|
||||
# Should show version
|
||||
output = result.stdout + result.stderr
|
||||
self.assertIn("2.7.4", output)
|
||||
self.assertIn("2.8.0", output)
|
||||
|
||||
except FileNotFoundError:
|
||||
# If skill-seekers is not installed, skip this test
|
||||
|
||||
Reference in New Issue
Block a user