Fix failing test

This commit is contained in:
Jake 2014-11-20 22:14:19 -06:00
parent c717f0f293
commit d0065fa0f7

View File

@ -17,7 +17,7 @@ describe('Avatar Serving', function(){
});
describe('UUID', function(){
it("should be an invalid uuid", function(done){
assert.strictEqual(helpers.uuid_valid("invaliduuid"), false);
assert.strictEqual(helpers.uuid_valid("invaliduuidexample"), false);
done();
});
it("should be a valid uuid", function(done){