1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 04:10:06 +08:00

Fix lint again

This commit is contained in:
wsdjeg 2017-11-24 22:17:20 +08:00
parent 0a29c2b40b
commit e29c002110

View File

@ -1,4 +1,3 @@
Execute (Test web#http api):
let g:test_api_web_http = SpaceVim#api#import('web#http')
let g:test_api_web_http_getresult = g:test_api_web_http.get('spacevim.org')
AssertEqual g:test_api_web_http_getresult.status, '200'