Skip to content
This repository was archived by the owner on Feb 13, 2021. It is now read-only.
This repository was archived by the owner on Feb 13, 2021. It is now read-only.

test failure: dnscache main test suite should error on invalid reverse lookup #25

@simevo

Description

@simevo

this test fails:

it('should error on invalid reverse lookup', function(done) {
  dns.reverse('1.1.1.1', function(err) {
    assert.ok((err instanceof Error));
    done();
  });
});

with:

Uncaught AssertionError [ERR_ASSERTION]: false == true

1.1.1.1 is now a valid ip address

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions