mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-29 10:24:12 +01:00
Fixed test
This commit is contained in:
parent
244a750bef
commit
60309fe8b8
@ -29,7 +29,7 @@ public class DefaultTargetTest extends AbstractWithPreferencesTest {
|
||||
// should not raise an exception
|
||||
new Base(new String[0]);
|
||||
|
||||
TargetBoard targetBoard = Base.getTargetBoard();
|
||||
TargetBoard targetBoard = BaseNoGui.getTargetBoard();
|
||||
assertNotEquals("unreal_board", targetBoard.getId());
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user