aboutsummaryrefslogtreecommitdiff
path: root/test/functional/shada/merging_spec.lua
diff options
context:
space:
mode:
authorLewis Russell <lewis6991@gmail.com>2024-01-15 21:14:32 +0000
committerLewis Russell <lewis6991@gmail.com>2024-01-17 10:10:17 +0000
commit13b83a3ea2f7c03fdd307eb746d784b41ee43da2 (patch)
treec2ed1d231f6cf26fe91cb1f8c12fbfcd5bc49c9c /test/functional/shada/merging_spec.lua
parentb92318d67cf28e31e15ec318d7f3803986cdd5ce (diff)
downloadrneovim-13b83a3ea2f7c03fdd307eb746d784b41ee43da2.tar.gz
rneovim-13b83a3ea2f7c03fdd307eb746d784b41ee43da2.tar.bz2
rneovim-13b83a3ea2f7c03fdd307eb746d784b41ee43da2.zip
test: move format_{string,luav} to a separate module
Diffstat (limited to 'test/functional/shada/merging_spec.lua')
-rw-r--r--test/functional/shada/merging_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/shada/merging_spec.lua b/test/functional/shada/merging_spec.lua
index 94e0ee6e82..1b5c0eab5d 100644
--- a/test/functional/shada/merging_spec.lua
+++ b/test/functional/shada/merging_spec.lua
@@ -525,7 +525,7 @@ describe('ShaDa marks support code', function()
local found = 0
for _, v in ipairs(read_shada_file(shada_fname)) do
if v.type == 7 and v.value.f == mock_file_path .. '-' then
- print(require('test.helpers').format_luav(v))
+ print(require('test.format_string').format_luav(v))
found = found + 1
end
end