We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb23223 commit 0373797Copy full SHA for 0373797
1 file changed
tests/unit/api_spec.lua
@@ -418,7 +418,7 @@ describe('opencode.api', function()
418
build_found = true
419
assert.equal('Build the project', cmd.desc)
420
assert.is_function(cmd.fn)
421
- assert.truthy(cmd.args)
+ assert.falsy(cmd.args)
422
elseif cmd.slash_cmd == '/test' then
423
test_found = true
424
assert.equal('Run tests', cmd.desc)
0 commit comments