Skip to content

Commit 3bbfef3

Browse files
committed
#699 - Polishing.
1 parent ba1dae3 commit 3bbfef3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/test/java/org/springframework/hateoas/hal/Jackson2HalIntegrationTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,10 @@ public void deserializeAllExtraRFC5988Attributes() throws Exception {
129129

130130
ResourceSupport expected = new ResourceSupport();
131131
expected.add(new Link("localhost", "self") //
132-
.withHreflang("en") //
133-
.withTitle("the title") //
134-
.withType("the type") //
135-
.withDeprecation("/customers/deprecated"));
132+
.withHreflang("en") //
133+
.withTitle("the title") //
134+
.withType("the type") //
135+
.withDeprecation("/customers/deprecated"));
136136

137137
assertThat(read(SINGLE_WITH_ALL_EXTRA_ATTRIBUTES, ResourceSupport.class)).isEqualTo(expected);
138138
}

0 commit comments

Comments
 (0)