fix(render): fix table render in partial state
This commit is contained in:
parent
8969dbccf8
commit
0f513370ac
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ local exit_code_names = {
|
||||||
---@return StatusInfo
|
---@return StatusInfo
|
||||||
function M.get_status_info(ran_test_case)
|
function M.get_status_info(ran_test_case)
|
||||||
if ran_test_case.status == 'pending' then
|
if ran_test_case.status == 'pending' then
|
||||||
return { text = 'PEND', highlight_group = 'CpTestNA' }
|
return { text = 'WAIT', highlight_group = 'CpTestNA' }
|
||||||
elseif ran_test_case.status == 'running' then
|
elseif ran_test_case.status == 'running' then
|
||||||
return { text = 'RUN', highlight_group = 'CpTestNA' }
|
return { text = 'RUN', highlight_group = 'CpTestNA' }
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue