diff options
Diffstat (limited to 'test/client')
| -rw-r--r-- | test/client/session.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/client/session.lua b/test/client/session.lua index 38d81eff83..bfce4eedc7 100644 --- a/test/client/session.lua +++ b/test/client/session.lua @@ -96,8 +96,7 @@ end --- @param method string --- @param ... any ---- @return boolean ---- @return table +--- @return boolean, table function Session:request(method, ...) local args = { ... } local err, result |