Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
fixy
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed May 31, 2019
1 parent f68653f commit 06cb8ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ describe('DNS', () => {
apiEndpoint,
});
const calledWith = dns.calledWith_[0];
console.log(calledWith);
assert.strictEqual(calledWith.apiEndpoint, apiEndpoint);
assert.strictEqual(calledWith.baseUrl, `https://${apiEndpoint}/dns/v1`);
});
Expand Down

0 comments on commit 06cb8ef

Please sign in to comment.