summaryrefslogtreecommitdiff
path: root/lua/tests/pickers/find_files__with_ctrl_n.lua
diff options
context:
space:
mode:
authorSimon Hauser <Simon-Hauser@outlook.de>2021-07-23 17:42:37 +0200
committerGitHub <noreply@github.com>2021-07-23 11:42:37 -0400
commit79644ab67731c7ba956c354bf0545282f34e10cc (patch)
treee65dbf73b3442ab1aa9fc59fc56a35b4c9edf1e0 /lua/tests/pickers/find_files__with_ctrl_n.lua
parent664690029fdb302bee8d3f27a458383e8477add7 (diff)
chore: use stylua for formatting (#1040)
* chore: stylua job and config * reformat with stylua
Diffstat (limited to 'lua/tests/pickers/find_files__with_ctrl_n.lua')
-rw-r--r--lua/tests/pickers/find_files__with_ctrl_n.lua9
1 files changed, 4 insertions, 5 deletions
diff --git a/lua/tests/pickers/find_files__with_ctrl_n.lua b/lua/tests/pickers/find_files__with_ctrl_n.lua
index 5d93f60..4820f34 100644
--- a/lua/tests/pickers/find_files__with_ctrl_n.lua
+++ b/lua/tests/pickers/find_files__with_ctrl_n.lua
@@ -1,9 +1,8 @@
-local tester = require('telescope.pickers._test')
-local helper = require('telescope.pickers._test_helpers')
+local tester = require "telescope.pickers._test"
+local helper = require "telescope.pickers._test_helpers"
-tester.builtin_picker('find_files', 'fixtures/file<c-p>', {
+tester.builtin_picker("find_files", "fixtures/file<c-p>", {
post_close = {
- { 'lua/tests/fixtures/file_abc.txt', helper.get_selection_value },
+ { "lua/tests/fixtures/file_abc.txt", helper.get_selection_value },
},
})
-