This commit is contained in:
Stephane Nicoll 2017-12-14 08:40:03 +01:00
parent ed2460b091
commit 22aeb74d73
1 changed files with 1 additions and 1 deletions

View File

@ -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);