0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Updated fixtures hash for tests

This commit is contained in:
Aileen Nowak 2019-07-25 15:37:33 +08:00
parent d11fd4210b
commit 5253131006

View file

@ -20,7 +20,7 @@ var should = require('should'),
describe('DB version integrity', function () {
// Only these variables should need updating
const currentSchemaHash = 'fda0398e93a74b2dc435cb4c026679ba';
const currentFixturesHash = '40e10c96ee9a08164a637dc6b37d7b6b';
const currentFixturesHash = '28e4057d63ce22613a2d03f520872548';
// If this test is failing, then it is likely a change has been made that requires a DB version bump,
// and the values above will need updating as confirmation