fix(ci): final testh

This commit is contained in:
Barrett Ruth 2025-09-19 18:48:10 -04:00
parent 8bd570b89e
commit ef3d39c7f4

View file

@ -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()