From 8763e605d17f6d501af6b6e092ac28cb5d2dd4eb Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Sun, 18 Jun 2023 19:21:46 -0400 Subject: Updated CHANGELOG, and fixed one last test. --- t/run.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 't') diff --git a/t/run.lua b/t/run.lua index 9985e40..17b5d0a 100644 --- a/t/run.lua +++ b/t/run.lua @@ -63,12 +63,12 @@ local tests = { assert(#plugins > 20) end, ["05_install_url"] = function() - local plugins = lpm("list language_ksy")["addons"] + local plugins = lpm("list eofnewline")["addons"] assert(#plugins == 1) assert(plugins[1].organization == "singleton") assert(plugins[1].status == "available") - local actions = lpm("install language_ksy") - assert_exists(userdir .. "/plugins/language_ksy.lua") + local actions = lpm("install eofnewline") + assert_exists(userdir .. "/plugins/eofnewline.lua") end, ["06_install_stub"] = function() local plugins = lpm("list lsp")["addons"] -- cgit v1.2.3