mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 18:58:12 +00:00
fix(picker.db): remove tests
This commit is contained in:
parent
b7ab888dd0
commit
71f69e5e57
1 changed files with 0 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue