| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2a41530 commit 5b5e272
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -527,7 +527,7 @@ TEST(function test_lookup_failure(done) { | |||
| 527 | 527 | assert.ok(err instanceof Error); | |
| 528 | 528 | assert.strictEqual(err.code, dns.NOTFOUND); | |
| 529 | 529 | assert.strictEqual(err.code, 'ENOTFOUND'); | |
| 530 | - assert.doesNotMatch(err.message, !/ENOENT/); | ||
| 530 | + assert.doesNotMatch(err.message, /ENOENT/); | ||
| 531 | 531 | assert.ok(err.message.includes(addresses.NOT_FOUND)); | |
| 532 | 532 | ||
| 533 | 533 | done(); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments