fix(health): simplify health check
This commit is contained in:
parent
02019dbdef
commit
dc4326524c
7 changed files with 14 additions and 53 deletions
|
|
@ -559,7 +559,7 @@ describe('cp command parsing', function()
|
|||
package.loaded['cp.cache'] = nil
|
||||
end)
|
||||
|
||||
it('completes platforms and global actions when no contest context', function()
|
||||
it('completes platforms and global actions without contest configuration', function()
|
||||
local result = complete_fn('', 'CP ', 3)
|
||||
|
||||
assert.is_table(result)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue