Skip to content

Commit

Permalink
fix: failing tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Goose97 committed Jan 15, 2025
1 parent 8409f9a commit 412bd96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/timber/actions/timber_actions_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)" })
Expand Down

0 comments on commit 412bd96

Please sign in to comment.