diff options
author | Francisco Lopes <francisco@oblita.com> | 2019-02-06 20:29:58 -0200 |
---|---|---|
committer | Francisco Lopes <francisco@oblita.com> | 2019-02-06 20:29:58 -0200 |
commit | b47a0c951935d6530cde649e4be276a04303d4d2 (patch) | |
tree | 11c0b859ed9350a90a0ada3892555c33cf40d3e2 /test | |
parent | c0c634c5eccfee6b5fd3ba7e6d506c345abc3e21 (diff) | |
download | ale-b47a0c951935d6530cde649e4be276a04303d4d2.zip |
Make Cypher linter dynamic
Diffstat (limited to 'test')
-rw-r--r-- | test/command_callback/test_cypher_cypher_lint_command_callback.vader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command_callback/test_cypher_cypher_lint_command_callback.vader b/test/command_callback/test_cypher_cypher_lint_command_callback.vader index 461ef295..6b64dc1f 100644 --- a/test/command_callback/test_cypher_cypher_lint_command_callback.vader +++ b/test/command_callback/test_cypher_cypher_lint_command_callback.vader @@ -5,4 +5,4 @@ After: call ale#assert#TearDownLinterTest() Execute(The default command and executable should be correct): - AssertLinter 'cypher-lint', 'cypher-lint %s' + AssertLinter 'cypher-lint', 'cypher-lint' |