From 4919907631bffe1f01f26f77719aa76722c29aa0 Mon Sep 17 00:00:00 2001 From: Anna Matveev Date: Thu, 5 Mar 2020 18:54:13 +0200 Subject: [PATCH] Update test.js Add space so tests will work --- test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.js b/test.js index 643fb46..12e45d0 100644 --- a/test.js +++ b/test.js @@ -76,7 +76,7 @@ cases.push({ }) cases.push({ - input: 'curl -XPUT http://api.sloths.com/sloth/4', + input: 'curl -X PUT http://api.sloths.com/sloth/4', output: { method: 'PUT', url: 'http://api.sloths.com/sloth/4',