Skip to content

Commit

Permalink
Update DVector3Test.java
Browse files Browse the repository at this point in the history
  • Loading branch information
tzaeschke committed Oct 5, 2023
1 parent 3bb012a commit 7e21c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/test/java/org/ode4j/math/DVector3Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public void testAdd(){
@Test
public void testAddScale(){
DVector3 x = new DVector3(1, 2, 3);
DVector3 y = new DVector3(1.5, 3, 2);
DVector3 y = new DVector3(1.5, 3, 4.5);
DVector3 t = new DVector3();
assertFalse(x.isEq(y, 0));

Expand Down

0 comments on commit 7e21c3e

Please sign in to comment.