Browse Source

Fix unit test by adjusting the gold data

Arseny Kapoulkine 5 years ago
parent
commit
da063432ce
1 changed files with 1 additions and 0 deletions
  1. 1 0
      test/unit/src/core/BufferGeometry.tests.js

+ 1 - 0
test/unit/src/core/BufferGeometry.tests.js

@@ -870,6 +870,7 @@ export default QUnit.module( 'Core', () => {
 					"name": "attribute1"
 					"name": "attribute1"
 				} ]
 				} ]
 			};
 			};
+			gold.data.morphTargetsRelative = false;
 
 
 			assert.deepEqual( j, gold, "Generated JSON with morphAttributes is as expected" );
 			assert.deepEqual( j, gold, "Generated JSON with morphAttributes is as expected" );