mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 05:55:51 +00:00
Add bad test
This commit is contained in:
parent
a384c4cd08
commit
79f97bfbe5
1 changed files with 5 additions and 0 deletions
|
@ -40,4 +40,9 @@ public class VetTests {
|
|||
assertThat(other.getId()).isEqualTo(vet.getId());
|
||||
}
|
||||
|
||||
|
||||
@Test
|
||||
public void testFailure() {
|
||||
assertThat(1).isEqualTo(2);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue