Skip to content

Commit 5edf9e2

Browse files
committed
Send the correct buffer#Update() arg during tests
1 parent 761406e commit 5edf9e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/utils/async-helper.vader

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ Execute (set up async helper):
3131
if has_key(b:, 'OmniSharp_UpdateChangeTick')
3232
unlet b:OmniSharp_UpdateChangeTick
3333
endif
34-
call OmniSharpTestAwait('OmniSharp#actions#buffer#Update', [])
34+
call OmniSharpTestAwait('OmniSharp#actions#buffer#Update',
35+
\ [{'Callback': function('s:CallbackStopWaiting')}])
3536
endfunction
3637

3738
function! OmniSharpTestCleanupBuffer() abort

0 commit comments

Comments
 (0)