Skip to content

Commit 7745ce5

Browse files
committed
Update tests
1 parent 47cc2d4 commit 7745ce5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_versions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
@pytest.mark.parametrize(
88
'command,expected_output',
99
[
10-
('asdf version', 'v0.11.2-8eb11b8'),
11-
('asdf plugin list', '\n'.join(['golang', 'nodejs', 'python', 'rust'])),
10+
('asdf version', 'v0.14.0-ccdd47d'),
11+
('asdf plugin list', '\n'.join(['golang', 'nodejs', 'python', 'ruby', 'rust'])),
1212
('git --version', 'git version 2.34.1'),
1313
]
1414
)

0 commit comments

Comments
 (0)