Skip to content

Commit

Permalink
Merge pull request #4222 from bstaletic/post-ycmd-update-fix
Browse files Browse the repository at this point in the history
[READY] Fix tests after ycmd update
  • Loading branch information
mergify[bot] committed Feb 18, 2024
2 parents b6a327e + ce0900f commit c3c0332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixit.test.vim
Expand Up @@ -24,7 +24,7 @@ function! Test_Ranged_Fixit_Works()

function! SelectEntry( id ) closure
redraw
call test_feedinput( "3\<CR>" )
call test_feedinput( "4\<CR>" )
endfunction

call timer_start( 5000, funcref( 'SelectEntry' ) )
Expand Down

0 comments on commit c3c0332

Please sign in to comment.