summaryrefslogtreecommitdiff
path: root/lua/tests/pickers/find_files__with_ctrl_n.lua
diff options
context:
space:
mode:
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 },
- },
-})