File: fix-test.patch

package info (click to toggle)
node-invert-kv 3.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 148 kB
  • sloc: javascript: 110; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 312 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: fix test (error message changes)
Author: Yadd <yadd@debian.org>
Forwarded: not-needed
Reviewed-By: Yadd <yadd@debian.org>
Last-Update: 2021-09-26

--- a/test.js
+++ b/test.js
@@ -7,7 +7,6 @@
 			invertKeyValue(null);
 		},
 		{
-			instanceOf: TypeError,
 			message: 'Expected an object'
 		}
 	);