diff --git a/tests/timber/actions/timber_actions_spec.lua b/tests/timber/actions/timber_actions_spec.lua index 85134ad..a1ec595 100644 --- a/tests/timber/actions/timber_actions_spec.lua +++ b/tests/timber/actions/timber_actions_spec.lua @@ -2004,7 +2004,7 @@ describe("timber.actions.search_log_statements", function() local telescope_spy = spy.on(telescope, "grep_string") actions.search_log_statements() - vim.cmd("close!") + vim.cmd("quit!") assert.spy(telescope_spy).was_called(1) assert.spy(telescope_spy).was_called_with({ search = "foo", prompt_title = "Log Statements (timber.nvim)" })