From ac065158d52f8a438dedb3a9dcaf1411fe1b33a9 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Mon, 1 Jul 2019 10:26:46 +0200 Subject: [PATCH] #859 - Polishing. Removed System.our.println from test case. --- .../mvc/RepresentationModelProcessorIntegrationTest.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/test/java/org/springframework/hateoas/server/mvc/RepresentationModelProcessorIntegrationTest.java b/src/test/java/org/springframework/hateoas/server/mvc/RepresentationModelProcessorIntegrationTest.java index 14313c9e..4d240576 100644 --- a/src/test/java/org/springframework/hateoas/server/mvc/RepresentationModelProcessorIntegrationTest.java +++ b/src/test/java/org/springframework/hateoas/server/mvc/RepresentationModelProcessorIntegrationTest.java @@ -15,7 +15,7 @@ */ package org.springframework.hateoas.server.mvc; -import static org.assertj.core.api.AssertionsForInterfaceTypes.*; +import static org.assertj.core.api.AssertionsForClassTypes.*; import static org.springframework.hateoas.MediaTypes.*; import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*; import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.*; @@ -130,8 +130,6 @@ public class RepresentationModelProcessorIntegrationTest { .getResponse() // .getContentAsString(); - System.out.println(results); - assertThat(DISCOVERER.findRequiredLinkWithRel(WILDCARD_LINK_RELATION, results).getHref()) .isEqualTo("/non-specific-collection/link");