Skip to content

Commit

Permalink
Fixed test UpdateTextAreaActionTest
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Jul 18, 2019
1 parent dcee184 commit e659825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/test/processing/app/UpdateTextAreaActionTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class UpdateTextAreaActionTest {

class DummyTextMonitor extends AbstractTextMonitor {
public DummyTextMonitor(BoardPort boardPort) {
super(Base.INSTANCE, boardPort);
super(boardPort);
}
}

Expand Down

0 comments on commit e659825

Please sign in to comment.