diff options
Diffstat (limited to 'tests/indent/python_spec.lua')
| -rw-r--r-- | tests/indent/python_spec.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/indent/python_spec.lua b/tests/indent/python_spec.lua index 85c3bc3bf..9bb80c2b2 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 = { |
