Skip to content

Commit db31757

Browse files
fix logs (#320)
1 parent ba9972f commit db31757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cli/misc/autocomplete_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ def test_001_autocomplete_enable_and_disable(self):
4040
def test_400_autocomplete_invalid_parameter(self):
4141
result = Tns.exec_command(command='autocomplete fake')
4242
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
43+
assert "Run 'tns autocomplete --help' for more information." in result.output

0 commit comments

Comments
 (0)