Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lounsbrough committed Aug 22, 2024
1 parent db1d9a1 commit c7b1a80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Body.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ describe('Body', () => {
velocity: new Vector(1, 2, -3)
})

body.moveBodyThroughTime(1)
body.moveBodyThroughTime(2)

expect(body.velocity).toEqual(new Vector(1, 2, -3))
expect(body.position).toEqual(new Vector(2, 4, -6))
})
})
})

0 comments on commit c7b1a80

Please sign in to comment.