aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2023-04-25 12:32:06 +0200
committerGitHub <noreply@github.com>2023-04-25 12:32:06 +0200
commit965ad7726f91c2597ef6eb7a740ae024da99ec9b (patch)
tree431f38d607eb9b3f9b589cae64cf90e718fca42e /test
parenta4b2400804355e99813f39a6b38d8f38667f8bdd (diff)
parent0d2fe7786537ef63d0d3ed1e94546eb3ee35a368 (diff)
downloadrneovim-965ad7726f91c2597ef6eb7a740ae024da99ec9b.tar.gz
rneovim-965ad7726f91c2597ef6eb7a740ae024da99ec9b.tar.bz2
rneovim-965ad7726f91c2597ef6eb7a740ae024da99ec9b.zip
Merge pull request #23293 from bfredl/bigsleep
refactor(time): refactor delay with input checking
Diffstat (limited to 'test')
-rw-r--r--test/unit/helpers.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/helpers.lua b/test/unit/helpers.lua
index 10b7594a88..8fa6378d10 100644
--- a/test/unit/helpers.lua
+++ b/test/unit/helpers.lua
@@ -97,7 +97,6 @@ local init = only_separate(function()
for _, c in ipairs(child_calls_init) do
c.func(unpack(c.args))
end
- libnvim.time_init()
libnvim.fs_init()
libnvim.event_init()
libnvim.early_init(nil)