浏览代码

Tests: Fix GLTFExporter Unit test (#21728)

Takahiro 4 年之前
父节点
当前提交
a7c0676980
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/unit/example/exporters/GLTFExporter.tests.js

+ 1 - 1
test/unit/example/exporters/GLTFExporter.tests.js

@@ -395,7 +395,7 @@ export default QUnit.module( 'Exporters', () => {
 
 			const scene = new Scene();
 			const mesh = new Mesh(
-				new BoxBufferGeometry( 1, 1, 1 ),
+				new BoxGeometry( 1, 1, 1 ),
 				new MeshBasicMaterial()
 			);
 			scene.add( mesh );