mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
Fix failing test
This commit is contained in:
parent
c717f0f293
commit
d0065fa0f7
@ -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){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user