Skip to content

Commit 737f301

Browse files
facchinmcmaglie
authored andcommitted
Tests: Fix TargetPlatformStub implementation
1 parent 8c91692 commit 737f301

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/test/processing/app/debug/TargetPlatformStub.java

+6
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,10 @@ public TargetBoard getBoard(String boardId) {
9999
public TargetPackage getContainerPackage() {
100100
return targetPackage;
101101
}
102+
103+
@Override
104+
public boolean isInSketchbook() {
105+
// TODO Auto-generated method stub
106+
return false;
107+
}
102108
}

0 commit comments

Comments
 (0)