Skip to content

Commit a12a6f2

Browse files
committed
Polish
1 parent 8ecb659 commit a12a6f2

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/endpoint

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/endpoint/EndpointIdTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ public void equalsAndHashCode() {
9999
EndpointId five = EndpointId.of("barfoo1");
100100
EndpointId six = EndpointId.of("foobar2");
101101
assertThat(one.hashCode()).isEqualTo(two.hashCode());
102-
assertThat(one).isEqualTo(one).isEqualTo(two).isEqualTo(two).isEqualTo(three)
103-
.isEqualTo(four).isNotEqualTo(five).isNotEqualTo(six);
102+
assertThat(one).isEqualTo(one).isEqualTo(two).isEqualTo(three).isEqualTo(four)
103+
.isNotEqualTo(five).isNotEqualTo(six);
104104
}
105105

106106
@Test

0 commit comments

Comments
 (0)