BAEL-1517: Formatting...

This commit is contained in:
orrym 2018-02-11 10:33:28 +02:00
parent 0b71d385f0
commit febfb466a6
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ public class Java8StyleAssertions {
}
}).isInstanceOf(RuntimeException.class)
.hasCauseInstanceOf(IOException.class)
.hasStackTraceContaining("java.io.IOException");
.hasStackTraceContaining("IOException");
}
@Test