summaryrefslogtreecommitdiff
path: root/lua/tests/pickers/find_files__with_ctrl_n.lua
diff options
context:
space:
mode:
authorTJ DeVries <devries.timothyj@gmail.com>2022-08-04 16:00:30 -0400
committerGitHub <noreply@github.com>2022-08-04 16:00:30 -0400
commit4725867ec66b9a0f5e5ad95a1fd94c2f97fa2d2c (patch)
treef4dcf668bb66469273e630f69eebe123d390f2c0 /lua/tests/pickers/find_files__with_ctrl_n.lua
parent75a5e5065376d9103fc4bafc3ae6327304cee6e9 (diff)
fix: restore testing framework to actually work (#2070)
after refactor to some new asynchronous items for finders, the tests stopped actually doing anything. now they do things again.
Diffstat (limited to 'lua/tests/pickers/find_files__with_ctrl_n.lua')
-rw-r--r--lua/tests/pickers/find_files__with_ctrl_n.lua8
1 files changed, 0 insertions, 8 deletions
diff --git a/lua/tests/pickers/find_files__with_ctrl_n.lua b/lua/tests/pickers/find_files__with_ctrl_n.lua
deleted file mode 100644
index 4820f34..0000000
--- a/lua/tests/pickers/find_files__with_ctrl_n.lua
+++ /dev/null
@@ -1,8 +0,0 @@
-local tester = require "telescope.pickers._test"
-local helper = require "telescope.pickers._test_helpers"
-
-tester.builtin_picker("find_files", "fixtures/file<c-p>", {
- post_close = {
- { "lua/tests/fixtures/file_abc.txt", helper.get_selection_value },
- },
-})