mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
initial commit
This commit is contained in:
parent
12028a34e3
commit
571312a970
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class VetTests {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
void fail() {
|
void fail() {
|
||||||
assertThat(true).isEqualTo(false);
|
assertThat(true).isEqualTo(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue