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:
yusyus
2025-12-30 23:27:18 +03:00
parent 5e166c40b9
commit 58d37c957d

View File

@@ -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