From 5f901e855e716e344b9cbc6617bb6d157fc9b4bc Mon Sep 17 00:00:00 2001 From: jdinovi Date: Thu, 21 Dec 2023 16:55:18 -0700 Subject: [PATCH] make a test fail to test readme badge --- test/test_particle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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