diff --git a/spec/fixtures/npm_audit/failure/package-lock.json b/spec/fixtures/npm_audit/failure/package-lock.json
index 63c2c660..e5948f43 100644
--- a/spec/fixtures/npm_audit/failure/package-lock.json
+++ b/spec/fixtures/npm_audit/failure/package-lock.json
@@ -4,7 +4,7 @@
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
-    "classnames": {
+    "classnamesabcd": {
       "version": "2.2.6",
       "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.2.6.tgz",
       "integrity": "sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q=="
@@ -18,6 +18,11 @@
       "version": "1.2.3",
       "resolved": "http://registry.npmjs.org/uglify-js/-/uglify-js-1.2.3.tgz",
       "integrity": "sha1-OwzmYxoo3KpkMCuJMSOyCHa9xTY="
+    },
+    "my-package-abcd": {
+      "version": "1.2.3",
+      "resolved": "http://my-package",
+      "integrity": "sha1-xyz="
     }
   }
 }
