test: Update version test to expect 2.2.0
This commit is contained in:
@@ -126,7 +126,7 @@ class TestUnifiedCLIEntryPoints(unittest.TestCase):
|
|||||||
|
|
||||||
# Should show version
|
# Should show version
|
||||||
output = result.stdout + result.stderr
|
output = result.stdout + result.stderr
|
||||||
self.assertIn('2.1.1', output)
|
self.assertIn('2.2.0', output)
|
||||||
|
|
||||||
except FileNotFoundError:
|
except FileNotFoundError:
|
||||||
# If skill-seekers is not installed, skip this test
|
# If skill-seekers is not installed, skip this test
|
||||||
|
|||||||
Reference in New Issue
Block a user