diff --git a/app/engine/Flywheel.test.js b/app/engine/Flywheel.test.js index e5debe1..090c624 100644 --- a/app/engine/Flywheel.test.js +++ b/app/engine/Flywheel.test.js @@ -141,7 +141,7 @@ test('Correct Flywheel behaviour for a noisefree stroke', () => { testSpinningTime(flywheel, 0.43343548300000007) testAngularPosition(flywheel, 39.79350694547071) testAngularVelocity(flywheel, 50.71501160141977) - testAngularAcceleration(flywheel, -58.29260187010073) + testAngularAcceleration(flywheel, -159.90034506799844) testTorque(flywheel, -5.7320462200230695) testDragFactor(flywheel, 0.00011) testIsDwelling(flywheel, true)