Commit bfdca2fe authored by Adam Blank's avatar Adam Blank
Browse files

Update BodyTests.java

parent fbcdb257
No related merge requests found
Pipeline #3710 failed with stage
in 1 second
Showing with 2 additions and 2 deletions
+2 -2
...@@ -44,9 +44,9 @@ public class BodyTests { ...@@ -44,9 +44,9 @@ public class BodyTests {
@Order(0) @Order(0)
@Tag("B") @Tag("B")
@DisplayName("Position, velocity, and force are represented as Point2D fields") @DisplayName("Position, velocity, and force are represented as Vector2D fields")
@Test @Test
public void testPoint2DFields() { public void testVecotr2DFields() {
Reflection.assertFieldsEqualTo(Body.class, "private", Vector2D.class, 3); Reflection.assertFieldsEqualTo(Body.class, "private", Vector2D.class, 3);
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment