comment = 👍

This commit is contained in:
jomo 2014-11-08 02:13:42 +01:00
parent 93623905ac
commit db84f8745b

View File

@ -31,6 +31,7 @@ describe('Avatar Serving', function(){
});
});
it("should exist without skin", function(done) {
// profile 'Alex'
helpers.get_avatar("ec561538f3fd461daff5086b22154bce", false, 160, function(err, status, image) {
assert.strictEqual(status, 3);
done();