aboutsummaryrefslogtreecommitdiff
path: root/test/functional
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2024-05-29 13:23:14 +0200
committerGitHub <noreply@github.com>2024-05-29 13:23:14 +0200
commitf55767afe28a7d90421b97af88e18e2828ed9c01 (patch)
treed8d3c57a763d24154b3b564f167c22d32d585742 /test/functional
parentefa45832ea02e777ce3f5556ef3cd959c164ec24 (diff)
parentb386334cdbbc3e9d79773243fdbd53091488e14d (diff)
downloadrneovim-f55767afe28a7d90421b97af88e18e2828ed9c01.tar.gz
rneovim-f55767afe28a7d90421b97af88e18e2828ed9c01.tar.bz2
rneovim-f55767afe28a7d90421b97af88e18e2828ed9c01.zip
Merge pull request #29016 from bfredl/shadareader
refactor(shada): remove ShaDaReadDef secondary wrapper
Diffstat (limited to 'test/functional')
-rw-r--r--test/functional/shada/errors_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/shada/errors_spec.lua b/test/functional/shada/errors_spec.lua
index a9084da929..e000d0988b 100644
--- a/test/functional/shada/errors_spec.lua
+++ b/test/functional/shada/errors_spec.lua
@@ -28,7 +28,7 @@ describe('ShaDa error handling', function()
it('fails on zero', function()
wshada('\000')
eq(
- 'Vim(rshada):E576: Error while reading ShaDa file: expected positive integer at position 0, but got nothing',
+ 'Vim(rshada):E576: Error while reading ShaDa file: expected positive integer at position 1, but got nothing',
exc_exec(sdrcmd())
)
end)