Skip to content

Commit 6b770d0

Browse files
committed
Fix UpdateTextAreaAction test
1 parent baeb4c6 commit 6b770d0

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(boardPort);
17+
super(Base.INSTANCE, boardPort);
1818
}
1919
}
2020

0 commit comments

Comments
 (0)