Skip to content

Commit 0aa9ce3

Browse files
committed
Fix typo
1 parent a3e3bc8 commit 0aa9ce3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/plenary/curl_spec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ describe("CURL Wrapper:", function()
196196
end)
197197
end)
198198

199-
describe("DEPUG", function() --------------------------------------------------
199+
describe("DEBUG", function() --------------------------------------------------
200200
it("dry_run return the curl command to be ran.", function()
201201
local res = curl.delete("https://jsonplaceholder.typicode.com/posts/8", { dry_run = true })
202202
assert(type(res) == "table")

0 commit comments

Comments
 (0)