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