Explorar o código

comment = :+1:

jomo %!s(int64=10) %!d(string=hai) anos
pai
achega
db84f8745b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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();