Skip to content

Commit e659825

Browse files
committed
Fixed test UpdateTextAreaActionTest
1 parent dcee184 commit e659825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/test/processing/app/UpdateTextAreaActionTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class UpdateTextAreaActionTest {
1414

1515
class DummyTextMonitor extends AbstractTextMonitor {
1616
public DummyTextMonitor(BoardPort boardPort) {
17-
super(Base.INSTANCE, boardPort);
17+
super(boardPort);
1818
}
1919
}
2020

0 commit comments

Comments
 (0)