Skip to content

Commit

Permalink
fix(picker.db): remove tests
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jan 16, 2025
1 parent b7ab888 commit 71f69e5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions lua/snacks/picker/util/db.lua
Original file line number Diff line number Diff line change
Expand Up @@ -155,15 +155,4 @@ function M:get(key)
return ret
end

local db = M.new("test.sqlite3", "number")
db:set("foo", 123)
db:begin()
p(function()
-- db:set("foo", 123)
-- db:set("bar", 456)
-- db:set("baz", 789)
db:get("foo")
-- db:set("foo", 123)
end, { count = 100 })

return M

0 comments on commit 71f69e5

Please sign in to comment.