Skip to content

Commit

Permalink
add failing test with RuntimeException
Browse files Browse the repository at this point in the history
  • Loading branch information
Irma1111 committed Nov 5, 2023
1 parent e50e7a0 commit ee1caef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class WebtechApplicationTests {

@Test
void contextLoads() {
throw new RuntimeException("only for test");
}

}

0 comments on commit ee1caef

Please sign in to comment.