diff --git a/core/test/unit/data/schema/integrity_spec.js b/core/test/unit/data/schema/integrity_spec.js index 9054b63bc3..056122e809 100644 --- a/core/test/unit/data/schema/integrity_spec.js +++ b/core/test/unit/data/schema/integrity_spec.js @@ -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