fix: rename run panel to panel

This commit is contained in:
Barrett Ruth 2025-10-23 09:54:55 -04:00
parent c29ec1c6b0
commit 018d801121
9 changed files with 53 additions and 54 deletions

View file

@ -3,7 +3,7 @@ describe('run module', function()
describe('basic functionality', function()
it('can get panel state', function()
local state = run.get_run_panel_state()
local state = run.get_panel_state()
assert.is_table(state)
assert.is_table(state.test_cases)
end)