Skip to content

Commit

Permalink
remove unused test
Browse files Browse the repository at this point in the history
  • Loading branch information
simonThiele committed Dec 1, 2015
1 parent a71785d commit d6fbdde
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/unit/core/BufferGeometry.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,6 @@ test( "computeBoundingBox", function() {

ok( bb.min.x === bb.max.x && bb.min.y === bb.max.y && bb.min.z === bb.max.z, "since there is only one vertex, max and min are equal" );
ok( bb.min.x === -1 && bb.min.y === -1 && bb.min.z === -1, "since there is only one vertex, min and max are this vertex" );

bb = getBBForVertices( [-1] );
});

test( "computeBoundingSphere", function() {
Expand Down

0 comments on commit d6fbdde

Please sign in to comment.