mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-01 12:24:14 +01:00
Fix UpdateTextAreaAction test
This commit is contained in:
parent
baeb4c63a7
commit
6b770d0190
@ -14,7 +14,7 @@ public class UpdateTextAreaActionTest {
|
|||||||
|
|
||||||
class DummyTextMonitor extends AbstractTextMonitor {
|
class DummyTextMonitor extends AbstractTextMonitor {
|
||||||
public DummyTextMonitor(BoardPort boardPort) {
|
public DummyTextMonitor(BoardPort boardPort) {
|
||||||
super(boardPort);
|
super(Base.INSTANCE, boardPort);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user