fix(ci): final testh
This commit is contained in:
parent
2b9e55f077
commit
8bd570b89e
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ describe('cp.test_render', function()
|
|||
current_index = 1,
|
||||
}
|
||||
local result = test_render.render_test_list(test_state)
|
||||
assert.is_true(result[1]:match('^┌'))
|
||||
assert.is_true(result[1]:find('^┌') ~= nil)
|
||||
assert.is_true(result[2]:match('│.*#.*│.*Status.*│.*Time.*│.*Exit Code.*│'))
|
||||
assert.is_true(result[3]:match('^├'))
|
||||
end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue