We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba9972f commit db31757Copy full SHA for db31757
tests/cli/misc/autocomplete_tests.py
@@ -40,4 +40,4 @@ def test_001_autocomplete_enable_and_disable(self):
40
def test_400_autocomplete_invalid_parameter(self):
41
result = Tns.exec_command(command='autocomplete fake')
42
assert "This command doesn't accept parameters." in result.output
43
- assert 'This operation might modify the .bash_profile, .bashrc and .zshrc files.' in result.output
+ assert "Run 'tns autocomplete --help' for more information." in result.output
0 commit comments