Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Jan 15, 2025
1 parent 6fa2315 commit 43abe0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions spec/02-integration/18-hybrid_rpc/02-error_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ for _, strategy in helpers.each_strategy() do
assert.logfile(name).has.line(
"[rpc] RPC failed, code: -32600, err: empty batch array", true)

assert.logfile(dp_logfile).has.line(
"[rpc] got batch RPC call: 1", true)
assert.logfile(name).has.line(
"[rpc] RPC failed, code: -32600, err: not a valid object", true)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function RpcErrorTestHandler:init_worker()
local msg = setmetatable({}, cjson.array_mt)
assert(s:push_request(msg))

-- send a invalid msg
-- send an invalid msg
local msg = ({"invalid_request"})
assert(s:push_request(msg))

Expand Down

0 comments on commit 43abe0e

Please sign in to comment.