소스 검색

comment = :+1:

jomo 10 년 전
부모
커밋
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();