Skip to content

Commit

Permalink
junit test added
Browse files Browse the repository at this point in the history
  • Loading branch information
tkonieczny committed Oct 1, 2024
1 parent bfb3940 commit d4cfcd6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/junit/junit5-project/src/test/java/TestSmoke2.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,9 @@ public void testCcc() {
public void testDdd() {
assertEquals(1, 1);
}

@Test
public void testEee() {
assertEquals(1, 1);
}
}

0 comments on commit d4cfcd6

Please sign in to comment.