Skip to content

Commit

Permalink
[fix] Vint's warning
Browse files Browse the repository at this point in the history
  • Loading branch information
get-me-power committed Oct 1, 2022
1 parent 18e8833 commit 37bf8e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/filetype.vim
Original file line number Diff line number Diff line change
Expand Up @@ -296,11 +296,11 @@ function! s:suite.TwoArgument_one_GetFolderIcon()
endfunction

function! s:suite.TwoArgument_two_GetDefaultIcon()
call s:assert.equals( WebDevIconsGetFileTypeSymbol("test.vim", 2), '')
call s:assert.equals( WebDevIconsGetFileTypeSymbol('test.vim', 2), '')
endfunction

function! s:suite.TwoArgument_string_GetFileTypeIcon()
call s:assert.equals( WebDevIconsGetFileTypeSymbol("test.php", "test.vim"), '')
call s:assert.equals( WebDevIconsGetFileTypeSymbol('test.php', 'test.vim'), '')
endfunction

function! s:suite.NoArgument_OverWriteFileType_GetVimIcon()
Expand Down

0 comments on commit 37bf8e1

Please sign in to comment.