From 6594200500e8a062286f6890449577ccfd7a6b1d Mon Sep 17 00:00:00 2001 From: jomo Date: Sun, 7 Feb 2016 21:06:06 +0100 Subject: [PATCH] Mojang updated all capes, fix tests --- test/test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test.js b/test/test.js index aced6ca..af495a6 100644 --- a/test/test.js +++ b/test/test.js @@ -448,7 +448,7 @@ describe("Crafatar", function() { }, "cape with existing username": { url: "http://localhost:3000/capes/jeb_", - crc32: [989800403, 1901140141] + crc32: [2556702429] }, "cape with non-existent username": { url: "http://localhost:3000/capes/0", @@ -461,7 +461,7 @@ describe("Crafatar", function() { }, "cape with existing uuid": { url: "http://localhost:3000/capes/853c80ef3c3749fdaa49938b674adae6", - crc32: [989800403, 1901140141] + crc32: [2556702429] }, "cape with non-existent uuid": { url: "http://localhost:3000/capes/00000000000000000000000000000000",