diff --git a/packages/java/src/test/java/SimpleMathTwoTest.java b/packages/java/src/test/java/SimpleMathTwoTest.java index 58f9d19..ef448f9 100644 --- a/packages/java/src/test/java/SimpleMathTwoTest.java +++ b/packages/java/src/test/java/SimpleMathTwoTest.java @@ -1,7 +1,7 @@ import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.assertEquals; -class SimpleMathTest { +class SimpleMathTwoTest { @Test void testAddition() { assertEquals(4, 3 + 1, "3 + 1 should equal 4");