Skip to content

Commit 050fcab

Browse files
committed
fix: #52
- Resovles #52 - fixes deleting existing testcases
1 parent 14aa8e8 commit 050fcab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/assistant/runner.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ function M.remove_test()
309309

310310
state.set_by_key("tests", function(value)
311311
table.remove(value, test_id)
312-
return table
312+
return value
313313
end)
314314
ui.render_home()
315315
state.write_all()

0 commit comments

Comments
 (0)