2
0
jomo 10 жил өмнө
parent
commit
db84f8745b
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      test/test.js

+ 1 - 0
test/test.js

@@ -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();