mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-15 00:02:49 +03:00
Fixed test
This commit is contained in:
@ -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());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user