mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 22:35:49 +00:00
Bug
This commit is contained in:
parent
647b089d6c
commit
d15b6be66f
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ public class ClinicServiceTests {
|
|||
assertThat(owners.size()).isEqualTo(2);
|
||||
|
||||
owners = this.owners.findByLastName("Daviss");
|
||||
assertThat(owners.isEmpty()).isTrue();
|
||||
assertThat(owners.isEmpty()).isFalse();
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in a new issue