summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authortheprimeagain <the.primeagen@gmail.com>2026-01-30 08:09:19 -0700
committertheprimeagain <the.primeagen@gmail.com>2026-01-30 08:09:19 -0700
commit680648a8d2de24289a25ce8b45e90aab0ded28a8 (patch)
treee7ce085f43ee39644994645de5ea86bdb893595e /lua
parent215be1dabf558d0c260d5f4c5e818a185856f3c7 (diff)
downloada4-680648a8d2de24289a25ce8b45e90aab0ded28a8.tar.xz
a4-680648a8d2de24289a25ce8b45e90aab0ded28a8.zip
oops
Diffstat (limited to 'lua')
-rw-r--r--lua/99/test/agents_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/99/test/agents_spec.lua b/lua/99/test/agents_spec.lua
index f7799d1..7616734 100644
--- a/lua/99/test/agents_spec.lua
+++ b/lua/99/test/agents_spec.lua
@@ -81,7 +81,7 @@ describe("rules: <name>/SKILL.md", function()
local prompt = "here is a test back-end @front-end and @vim.ls"
local found = Agents.by_name(rules, prompt)
- eq({"front-end"}, found.names)
+ eq({ "front-end" }, found.names)
eq(rules.by_name["front-end"], found.rules)
end)
end)