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.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/tests/pickers/find_files__with_ctrl_n.lua b/lua/tests/pickers/find_files__with_ctrl_n.lua
index 78a31fd..5d93f60 100644
--- a/lua/tests/pickers/find_files__with_ctrl_n.lua
+++ b/lua/tests/pickers/find_files__with_ctrl_n.lua
@@ -3,7 +3,7 @@ local helper = require('telescope.pickers._test_helpers')
tester.builtin_picker('find_files', 'fixtures/file<c-p>', {
post_close = {
- { 'lua/tests/fixtures/file_2.txt', helper.get_file }
+ { 'lua/tests/fixtures/file_abc.txt', helper.get_selection_value },
},
})