From da063432ce0daf5b8c7e916badd2cd50614c2b41 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Wed, 2 Oct 2019 23:40:19 -0700 Subject: [PATCH] Fix unit test by adjusting the gold data --- test/unit/src/core/BufferGeometry.tests.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/unit/src/core/BufferGeometry.tests.js b/test/unit/src/core/BufferGeometry.tests.js index 4a3f36a5ae..b878dcae79 100644 --- a/test/unit/src/core/BufferGeometry.tests.js +++ b/test/unit/src/core/BufferGeometry.tests.js @@ -870,6 +870,7 @@ export default QUnit.module( 'Core', () => { "name": "attribute1" } ] }; + gold.data.morphTargetsRelative = false; assert.deepEqual( j, gold, "Generated JSON with morphAttributes is as expected" ); -- GitLab