aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2023-06-27 10:27:10 -0400
committerAdam Harrison <adamdharrison@gmail.com>2023-11-30 15:25:20 -0500
commit75d099a62ed9d039994cea43972e9bea67c19474 (patch)
treeee5993ff72505e22f68afe1e7fe4422b17f31c05 /t
parentdba23140b99d1195f570bb76aa19a9091d4ced5d (diff)
downloadlite-xl-plugin-manager-75d099a62ed9d039994cea43972e9bea67c19474.tar.gz
lite-xl-plugin-manager-75d099a62ed9d039994cea43972e9bea67c19474.zip
Added welcome plugin.
Updated style. Changed style again.
Diffstat (limited to 't')
-rw-r--r--t/run.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/run.lua b/t/run.lua
index 0dc2deb..6b25d50 100644
--- a/t/run.lua
+++ b/t/run.lua
@@ -96,7 +96,7 @@ local tests = {
["07_manifest"] = function()
local results = json.decode(io.open("manifest.json", "rb"):read("*all"))
assert(#results["remotes"] == 2)
- assert(#results["addons"] == 2)
+ assert(#results["addons"] == 3)
end,
["08_install_many"] = function()
lpm("install encoding gitblame gitstatus language_ts lsp minimap")