Get rid of two android studio warnings

This commit is contained in:
Fredrik Fornwall
2017-10-28 11:05:30 +02:00
parent d68a0f05be
commit 3533b13de8
2 changed files with 2 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ public class TerminalRowTest extends TestCase {
@Override
protected void setUp() throws Exception {
super.setUp();
row = new TerminalRow(COLUMNS, TextStyle.NORMAL);
}

View File

@@ -103,6 +103,7 @@ public abstract class TerminalTestCase extends TestCase {
@Override
protected void setUp() throws Exception {
super.setUp();
mOutput = new MockTerminalOutput();
}