We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 244a750 commit 60309feCopy full SHA for 60309fe
app/test/processing/app/DefaultTargetTest.java
@@ -29,7 +29,7 @@ public void testDefaultTarget() throws Exception {
29
// should not raise an exception
30
new Base(new String[0]);
31
32
- TargetBoard targetBoard = Base.getTargetBoard();
+ TargetBoard targetBoard = BaseNoGui.getTargetBoard();
33
assertNotEquals("unreal_board", targetBoard.getId());
34
}
35
0 commit comments