mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-14 05:41:12 +00:00
Fising squid:S2970, squid:S1192, squid:S1488, squid:UselessParenthesesCheck
This commit is contained in:
parent
44b591f537
commit
ad3d322fc6
5 changed files with 19 additions and 15 deletions
|
|
@ -62,7 +62,7 @@ public abstract class AbstractClinicServiceTests {
|
|||
assertThat(owners.size()).isEqualTo(2);
|
||||
|
||||
owners = this.clinicService.findOwnerByLastName("Daviss");
|
||||
assertThat(owners.isEmpty());
|
||||
assertThat(owners.isEmpty()).isTrue();
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue