BAEL-1517: Formatting...
This commit is contained in:
parent
0b71d385f0
commit
febfb466a6
|
@ -42,7 +42,7 @@ public class Java8StyleAssertions {
|
|||
}
|
||||
}).isInstanceOf(RuntimeException.class)
|
||||
.hasCauseInstanceOf(IOException.class)
|
||||
.hasStackTraceContaining("java.io.IOException");
|
||||
.hasStackTraceContaining("IOException");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in New Issue