diff --git a/test/test_particle.cpp b/test/test_particle.cpp index 1494b88..c000103 100644 --- a/test/test_particle.cpp +++ b/test/test_particle.cpp @@ -39,5 +39,5 @@ TEST_CASE("Particle Update") { particle1.update(&force, timestep); // Check the update works - CHECK(particle1.position[0] == 1.5); + CHECK(particle1.position[0] == 1); } \ No newline at end of file