Fixup warnings

This commit is contained in:
Phillip Webb
2017-07-27 16:30:33 -07:00
parent a869d25dbb
commit 9127c48fb5
9 changed files with 65 additions and 64 deletions

View File

@@ -60,6 +60,7 @@ public class JsonContentTests {
}
@Test
@SuppressWarnings("deprecation")
public void assertThatShouldReturnJsonContentAssert() throws Exception {
JsonContent<ExampleObject> content = new JsonContent<>(getClass(), TYPE, JSON);
assertThat(content.assertThat()).isInstanceOf(JsonContentAssert.class);