mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-22 07:51:17 +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(){
|
describe('UUID', function(){
|
||||||
it("should be an invalid uuid", function(done){
|
it("should be an invalid uuid", function(done){
|
||||||
assert.strictEqual(helpers.uuid_valid("invaliduuid"), false);
|
assert.strictEqual(helpers.uuid_valid("invaliduuidexample"), false);
|
||||||
done();
|
done();
|
||||||
});
|
});
|
||||||
it("should be a valid uuid", function(done){
|
it("should be a valid uuid", function(done){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user