mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
Fix for issue #2
This commit is contained in:
parent
a34a59d3b2
commit
0d185bb660
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ public class PetClinicIntegrationTests {
|
|||
|
||||
@Test
|
||||
void contextLoads() {
|
||||
assertThat(2).isEqualTo(1);
|
||||
assertThat(2).isEqualTo(2);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in a new issue