Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
update hash
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Feb 1, 2017
1 parent d62d336 commit 2484263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mjsonwp/routes-specs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
});
});

Expand Down

0 comments on commit 2484263

Please sign in to comment.