diff options
Diffstat (limited to 'test/fixers/test_break_up_long_lines_python_fixer.vader')
-rw-r--r-- | test/fixers/test_break_up_long_lines_python_fixer.vader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixers/test_break_up_long_lines_python_fixer.vader b/test/fixers/test_break_up_long_lines_python_fixer.vader index 5fd991f0..c7809acd 100644 --- a/test/fixers/test_break_up_long_lines_python_fixer.vader +++ b/test/fixers/test_break_up_long_lines_python_fixer.vader @@ -22,7 +22,7 @@ Execute(Long lines with basic function calls should be broken up correctly): \ ]) Execute(Longer lines should be permitted if a configuration file allows it): - call ale#test#SetFilename('long-line-project/foo/bar.py') + call ale#test#SetFilename('../test-files/long-line/foo/bar.py') AssertEqual \ [ |