Skip to content

Commit

Permalink
test: intentionally make wrong assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
LapisBerry committed May 18, 2024
1 parent 5b27d54 commit a76e625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/lapisberry/TestSomething.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ public class TestSomething {
@Test
void testSomething() {
System.out.println("Test something");
assertEquals(1, 1);
assertEquals(1, 2);
}
}

0 comments on commit a76e625

Please sign in to comment.