1
0
mirror of https://github.com/MailHops/mailhops-node.git synced 2025-05-15 19:30:13 -07:00

Fixed map endpoint name change

This commit is contained in:
Andrew Van Tassel 2015-06-14 12:20:32 -06:00
parent 1eee633898
commit 09c02e0385

View File

@ -15,7 +15,7 @@ describe("mailhops", function(){
var required_keys = [
"configure",
"lookup",
"map",
"mapUrl",
]
assert.deepEqual(_.keys(mailhops.__proto__), required_keys);