Remove the redundant fix_buffer_data vars and filename variables

This commit is contained in:
w0rp
2018-07-22 22:31:46 +01:00
parent 81a8c77d20
commit 846bfb47b2
4 changed files with 1 additions and 22 deletions

View File

@@ -552,8 +552,6 @@ Execute(ale#fix#InitBufferData() should set up the correct data):
AssertEqual {
\ bufnr(''): {
\ 'temporary_directory_list': [],
\ 'vars': b:,
\ 'filename': ale#path#Simplify(getcwd() . '/fix_test_file'),
\ 'done': 0,
\ 'lines_before': ['a', 'b', 'c'],
\ 'should_save': 1,