Skip to content

Commit 60309fe

Browse files
committed
Fixed test
1 parent 244a750 commit 60309fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/test/processing/app/DefaultTargetTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public void testDefaultTarget() throws Exception {
2929
// should not raise an exception
3030
new Base(new String[0]);
3131

32-
TargetBoard targetBoard = Base.getTargetBoard();
32+
TargetBoard targetBoard = BaseNoGui.getTargetBoard();
3333
assertNotEquals("unreal_board", targetBoard.getId());
3434
}
3535
}

0 commit comments

Comments
 (0)