mirror of
https://github.com/denoland/deno.git
synced 2025-01-21 13:00:36 -05:00
fix lint error
This commit is contained in:
parent
a4e46000f5
commit
e36fa4b665
1 changed files with 1 additions and 0 deletions
|
@ -1357,5 +1357,6 @@ Deno.test({ permissions: { net: true } }, async function resolveDnsEdns0() {
|
|||
const addr = await Deno.resolveDns("example.com", "A", {
|
||||
nameServer: { ipAddr: "127.0.0.1", port },
|
||||
});
|
||||
assertEquals(addr.length, NUM_RECORD);
|
||||
await server.close();
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue