Rename AssertMatchist -> AssertMatchList
This commit is contained in:
parent
0e9497ce8f
commit
aacd62f09f
3 changed files with 51 additions and 51 deletions
|
|
@ -99,7 +99,7 @@ function! ThisTestIsFlaky()
|
|||
let g:test_is_flaky = v:true
|
||||
endfunction
|
||||
|
||||
function! AssertMatchist( expected, actual ) abort
|
||||
function! AssertMatchList( expected, actual ) abort
|
||||
let ret = assert_equal( len( a:expected ), len( a:actual ) )
|
||||
let len = min( [ len( a:expected ), len( a:actual ) ] )
|
||||
let idx = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue