Skip to content

Commit c3c0332

Browse files
authored
Merge pull request #4222 from bstaletic/post-ycmd-update-fix
[READY] Fix tests after ycmd update
2 parents b6a327e + ce0900f commit c3c0332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fixit.test.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function! Test_Ranged_Fixit_Works()
2424

2525
function! SelectEntry( id ) closure
2626
redraw
27-
call test_feedinput( "3\<CR>" )
27+
call test_feedinput( "4\<CR>" )
2828
endfunction
2929

3030
call timer_start( 5000, funcref( 'SelectEntry' ) )

0 commit comments

Comments
 (0)