Skip to content

Commit

Permalink
fix: Correct addition test in SimpleMathTest
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed Jul 6, 2024
1 parent 2de1032 commit ac3888d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/java/src/test/java/SimpleMathTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
class SimpleMathTest {
@Test
void testAddition() {
assertEquals(3, 1 + 1, "1 + 1 should equal 2");
assertEquals(2, 1 + 1, "1 + 1 should equal 2");
}
}

0 comments on commit ac3888d

Please sign in to comment.