From 24842637b1410855616b914be7b4a71326ff0bb4 Mon Sep 17 00:00:00 2001 From: Kazuaki MATSUO Date: Wed, 1 Feb 2017 22:44:45 +0900 Subject: [PATCH] update hash --- test/mjsonwp/routes-specs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mjsonwp/routes-specs.js b/test/mjsonwp/routes-specs.js index 0fa516e00..0b1c6cb90 100644 --- a/test/mjsonwp/routes-specs.js +++ b/test/mjsonwp/routes-specs.js @@ -38,7 +38,7 @@ describe('MJSONWP', () => { } var hash = shasum.digest('hex').substring(0, 8); // Modify the hash whenever the protocol has intentionally been modified. - hash.should.equal('f5aec588'); + hash.should.equal('e2fcfcad'); }); });