Skip to content

Commit

Permalink
Update Box2.tests.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gero3 authored Jun 13, 2019
1 parent 0b77e42 commit 83d89f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/src/math/Box2.tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export default QUnit.module( 'Maths', () => {
QUnit.test( "isEmpty", ( assert ) => {

var a = new Box2( zero2.clone(), zero2.clone() );
assert.ok( a.isEmpty(), "Passed!" );
assert.ok( ! a.isEmpty(), "Passed!" );

var a = new Box2( zero2.clone(), one2.clone() );
assert.ok( ! a.isEmpty(), "Passed!" );
Expand Down

0 comments on commit 83d89f4

Please sign in to comment.