Skip to content

Commit

Permalink
fixed it
Browse files Browse the repository at this point in the history
  • Loading branch information
hwirnsberger committed Sep 27, 2024
1 parent 78e7685 commit 45df471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/acme/getting/started/FailingTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ public class FailingTest {

@Test
void testThisAlwaysFails() {
assert false;
assert true;
}
}

0 comments on commit 45df471

Please # to comment.