Polish
This commit is contained in:
parent
ed2460b091
commit
22aeb74d73
|
|
@ -166,7 +166,7 @@ public class ImageBannerTests {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void printBannerWhenAnimatesShouldPrintAllFrames() throws Exception {
|
public void printBannerWhenAnimatesShouldPrintAllFrames() {
|
||||||
AnsiOutput.setEnabled(AnsiOutput.Enabled.NEVER);
|
AnsiOutput.setEnabled(AnsiOutput.Enabled.NEVER);
|
||||||
String banner = printBanner("animated.gif");
|
String banner = printBanner("animated.gif");
|
||||||
String[] lines = banner.split(NEW_LINE);
|
String[] lines = banner.split(NEW_LINE);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue