Fix tests for neovim

This commit is contained in:
Dhruva Sagar
2023-08-31 21:43:51 +05:30
parent 0dd8aff6d1
commit ed55bc2828
4 changed files with 16 additions and 10 deletions

View File

@@ -7,7 +7,12 @@ function! s:setup()
call utils#TestSetup(s:test_file)
endfunction
call testify#setup(function('s:setup'))
call testify#teardown(function('utils#TestTeardown'))
function! s:teardown()
let g:table_mode_header_fillchar = '-'
bw!
endfunction
call testify#teardown(function('s:teardown'))
function! s:TestDeleteRow()
call cursor(5, 7)