浏览代码

Tests: Clean up.

Mugen87 4 年之前
父节点
当前提交
df34e17d09
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/unit/src/animation/PropertyBinding.tests.js

+ 1 - 1
test/unit/src/animation/PropertyBinding.tests.js

@@ -1,7 +1,7 @@
 /* global QUnit */
 
 import { PropertyBinding } from '../../../../src/animation/PropertyBinding';
-import { BoxBufferGeometry } from '../../../../src/geometries/BoxGeometry';
+import { BoxBufferGeometry } from '../../../../src/geometries/BoxBufferGeometry';
 import { Mesh } from '../../../../src/objects/Mesh';
 import { MeshBasicMaterial } from '../../../../src/materials/MeshBasicMaterial';