diff --git a/core/test/unit/data/schema/integrity_spec.js b/core/test/unit/data/schema/integrity_spec.js index ad73112448..b9396d623c 100644 --- a/core/test/unit/data/schema/integrity_spec.js +++ b/core/test/unit/data/schema/integrity_spec.js @@ -19,8 +19,8 @@ var should = require('should'), */ describe('DB version integrity', function () { // Only these variables should need updating - const currentSchemaHash = 'fda0398e93a74b2dc435cb4c026679ba'; - const currentFixturesHash = 'c7b485fe2f16517295bd35c761129729'; + const currentSchemaHash = '6b747746e8bcaa9532b69a2f72d0d577'; + const currentFixturesHash = 'd8e9f2d22a7c0714b301ad26bb735729'; // 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