瀏覽代碼

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