We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba1dae3 commit 3bbfef3Copy full SHA for 3bbfef3
src/test/java/org/springframework/hateoas/hal/Jackson2HalIntegrationTest.java
@@ -129,10 +129,10 @@ public void deserializeAllExtraRFC5988Attributes() throws Exception {
129
130
ResourceSupport expected = new ResourceSupport();
131
expected.add(new Link("localhost", "self") //
132
- .withHreflang("en") //
133
- .withTitle("the title") //
134
- .withType("the type") //
135
- .withDeprecation("/customers/deprecated"));
+ .withHreflang("en") //
+ .withTitle("the title") //
+ .withType("the type") //
+ .withDeprecation("/customers/deprecated"));
136
137
assertThat(read(SINGLE_WITH_ALL_EXTRA_ATTRIBUTES, ResourceSupport.class)).isEqualTo(expected);
138
}
0 commit comments