summaryrefslogtreecommitdiff
path: root/tests/indent/python_spec.lua
diff options
context:
space:
mode:
authorJędrzej Boczar <yendreij@gmail.com>2021-04-22 23:46:30 +0200
committerKiyan <yazdani.kiyan@protonmail.com>2021-04-23 21:21:38 +0200
commitdbb1550aaf9223d85636b863468ba82d182c088b (patch)
tree7c5d888034db464625d5372c12757f1846cbd651 /tests/indent/python_spec.lua
parentdb97170e4e5f873f46f33564f0773a151f018c2f (diff)
tests/indent: move common code out of main lua/ directory
Diffstat (limited to 'tests/indent/python_spec.lua')
-rw-r--r--tests/indent/python_spec.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/indent/python_spec.lua b/tests/indent/python_spec.lua
index 85c3bc3b..9bb80c2b 100644
--- a/tests/indent/python_spec.lua
+++ b/tests/indent/python_spec.lua
@@ -1,5 +1,5 @@
-local whole_file = require('nvim-treesitter.test_utils').indent_whole_file
-local new_line = require('nvim-treesitter.test_utils').indent_new_line
+local whole_file = require('tests.indent.common').indent_whole_file
+local new_line = require('tests.indent.common').indent_new_line
local scan_dir = require('plenary.scandir').scan_dir
local opts = {