From a63f3c110346d3662d31ccb095c740c1dd3e421a Mon Sep 17 00:00:00 2001 From: Luke Edwards Date: Thu, 9 Jan 2020 20:48:08 -0800 Subject: [PATCH] fix: whitespace derp --- test/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.js b/test/index.js index 226c71a..86d1a2e 100644 --- a/test/index.js +++ b/test/index.js @@ -88,7 +88,7 @@ test('constructor :: hijack', t => { // @see https://snyk.io/vuln/SNYK-JS-LODASH-450202 test('constructor :: pollution', t => { - const payload = '{"constructor":{"prototype":{"a0": true}}}'; + const payload = '{"constructor":{"prototype":{"a0":true}}}'; const input = JSON.parse(payload); const output = klona(input);