Skip to content

Commit

Permalink
make a test fail to test readme badge
Browse files Browse the repository at this point in the history
  • Loading branch information
jdinovi committed Dec 21, 2023
1 parent 691fdfe commit 5f901e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_particle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

0 comments on commit 5f901e8

Please sign in to comment.