BAEL-1517: Formatting...
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ public class Java8StyleAssertions {
|
||||
}
|
||||
}).isInstanceOf(RuntimeException.class)
|
||||
.hasCauseInstanceOf(IOException.class)
|
||||
.hasStackTraceContaining("java.io.IOException");
|
||||
.hasStackTraceContaining("IOException");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user