Merge pull request #2108 from kazukazuinaina/add_coc_status_test

[add] some coc's test
This commit is contained in:
Christian Brabandt 2020-04-03 08:09:29 +02:00 committed by GitHub
commit 87d4648172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,8 @@ describe 'init sections'
Expect airline#parts#get('languageclient_warning_count').raw == ''
Expect airline#parts#get('coc_status').raw == ''
Expect airline#parts#get('vista').raw == ''
Expect airline#parts#get('coc_warning_count').raw == ''
Expect airline#parts#get('coc_error_count').raw == ''
end
end