From 5253131006f2d70f9b7946206f23bec5a6bd827c Mon Sep 17 00:00:00 2001 From: Aileen Nowak Date: Thu, 25 Jul 2019 15:37:33 +0800 Subject: [PATCH] Updated fixtures hash for tests --- core/test/unit/data/schema/integrity_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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