diff options
| author | theprimeagain <the.primeagen@gmail.com> | 2026-01-30 08:09:19 -0700 |
|---|---|---|
| committer | theprimeagain <the.primeagen@gmail.com> | 2026-01-30 08:09:19 -0700 |
| commit | 680648a8d2de24289a25ce8b45e90aab0ded28a8 (patch) | |
| tree | e7ce085f43ee39644994645de5ea86bdb893595e /lua | |
| parent | 215be1dabf558d0c260d5f4c5e818a185856f3c7 (diff) | |
| download | a4-680648a8d2de24289a25ce8b45e90aab0ded28a8.tar.xz a4-680648a8d2de24289a25ce8b45e90aab0ded28a8.zip | |
oops
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/99/test/agents_spec.lua | 2 |
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) |
