diff --git a/app/engine/Flywheel.test.js b/app/engine/Flywheel.test.js index 0fa352a..bb48447 100644 --- a/app/engine/Flywheel.test.js +++ b/app/engine/Flywheel.test.js @@ -115,7 +115,7 @@ test('Correct Flywheel behaviour for a noisefree stroke', () => { testDeltaTime(flywheel, 0.010722165) testSpinningTime(flywheel, 0.23894732900000007) testAngularPosition(flywheel, 24.085543677521745) - testAngularVelocity(flywheel, 96.90300446282997) + testAngularVelocity(flywheel, 97.13471664858164) testAngularAcceleration(flywheel, -30.80944790298386) testTorque(flywheel, -2.1435329286660787) testDragFactor(flywheel, 0.00011)