From e9649192140ca2058d6e44eabab4c5cccb605191 Mon Sep 17 00:00:00 2001 From: abeldekat Date: Sun, 28 Jul 2024 19:02:07 +0200 Subject: [PATCH] archive!: archive the plugin --- tests/test_harpoonline.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_harpoonline.lua b/tests/test_harpoonline.lua index b14c6fd..aab5160 100644 --- a/tests/test_harpoonline.lua +++ b/tests/test_harpoonline.lua @@ -58,7 +58,7 @@ local T = new_set({ -- Define main test set of this file -- ╰─────────────────────────────────────────────────────────╯ T['setup()'] = new_set() T['setup()']['returns default when not invoked'] = function() eq(child.lua_get([[M.format()]]), '') end -T['setup()']['works'] = function() +T['setup()']['can be invoked'] = function() child.lua([[M.setup()]]) eq(child.lua_get([[M.format()]]), icon .. ' ') end