Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
archive!: archive the plugin (#35)
Browse files Browse the repository at this point in the history
Co-authored-by: abeldekat <abel@nomail.com>
  • Loading branch information
abeldekat and abeldekat authored Jul 28, 2024
1 parent e8dcef8 commit d3ad462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_harpoonline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d3ad462

Please sign in to comment.