Skip to content

Commit

Permalink
refactor: Rename SimpleMathTest to SimpleMathTwoTest
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed Jul 6, 2024
1 parent 5494fd3 commit 17b923b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/java/src/test/java/SimpleMathTwoTest.java
Original file line number Diff line number Diff line change
@@ -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");
Expand Down

0 comments on commit 17b923b

Please sign in to comment.