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