Skip to content

Commit

Permalink
make test more explict
Browse files Browse the repository at this point in the history
  • Loading branch information
olimorris committed Mar 3, 2024
1 parent 71b935a commit 83ae51d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/spec/codecompanion/client_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ describe("Client", function()

client:stream(adapter, {}, 0, cb)

assert.stub(mock_request).was_called()
assert.stub(mock_request).was_called(1)
end)
end)

0 comments on commit 83ae51d

Please sign in to comment.