Prechádzať zdrojové kódy

Fix unit test by adjusting the gold data

Arseny Kapoulkine 5 rokov pred
rodič
commit
da063432ce

+ 1 - 0
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" );