test: typing for helpers.meths

This commit is contained in:
Lewis Russell
2024-01-12 12:44:54 +00:00
parent 284e0ad26d
commit c30f2e3182
141 changed files with 3342 additions and 3137 deletions

View File

@@ -94,7 +94,7 @@ describe('api metadata', function()
local old_api = {}
setup(function()
clear() -- Ensure a session before requesting api_info.
api = meths.get_api_info()[2]
api = meths.nvim_get_api_info()[2]
compat = api.version.api_compatible
api_level = api.version.api_level
if api.version.api_prerelease then