mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-22 07:51:17 +01:00
Add test for uppercase UUIDs
This commit is contained in:
parent
6afe31cb20
commit
eff49afa65
@ -55,6 +55,10 @@ describe("Crafatar", function() {
|
||||
assert.strictEqual(helpers.uuid_valid("0098cb60fa8e427cb299793cbd302c9a"), true);
|
||||
done();
|
||||
});
|
||||
it("should be a valid uuid", function(done) {
|
||||
assert.strictEqual(helpers.uuid_valid("1DCEF164FF0A47F2B9A691385C774EE7"), true);
|
||||
done();
|
||||
});
|
||||
it("should be a valid uuid", function(done) {
|
||||
assert.strictEqual(helpers.uuid_valid("0098cb60-fa8e-427c-b299-793cbd302c9a"), true);
|
||||
done();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user