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

Commit 2484263

Browse files
committed
update hash
1 parent d62d336 commit 2484263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/mjsonwp/routes-specs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ describe('MJSONWP', () => {
3838
}
3939
var hash = shasum.digest('hex').substring(0, 8);
4040
// Modify the hash whenever the protocol has intentionally been modified.
41-
hash.should.equal('f5aec588');
41+
hash.should.equal('e2fcfcad');
4242
});
4343
});
4444

0 commit comments

Comments
 (0)