mirror of
https://github.com/azures04/crafatar.git
synced 2026-05-06 11:00:39 +02:00
Fix failing test
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user