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

Updated tests

This commit is contained in:
Andrew Van Tassel 2016-12-09 18:40:46 -07:00
parent 1723b319fb
commit aa234fccfb

View File

@ -20,7 +20,9 @@ describe("mailhops", function(){
"mapUrl", "mapUrl",
"getIPsFromHeader", "getIPsFromHeader",
"getIPsFromMailParser", "getIPsFromMailParser",
"getReceivedHeaders" "getReceivedHeaders",
"getStartHop",
"getEndHop"
] ]
assert.deepEqual(_.keys(mailhops.__proto__), required_keys); assert.deepEqual(_.keys(mailhops.__proto__), required_keys);