fix(ci): final testh

This commit is contained in:
Barrett Ruth 2025-09-19 18:48:06 -04:00
parent 2b9e55f077
commit 8bd570b89e

View file

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