1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00

Fixed test

This commit is contained in:
Cristian Maglie 2015-01-14 17:18:43 +01:00
parent 244a750bef
commit 60309fe8b8

View File

@ -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());
}
}