mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-01 12:24:14 +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
|
// should not raise an exception
|
||||||
new Base(new String[0]);
|
new Base(new String[0]);
|
||||||
|
|
||||||
TargetBoard targetBoard = Base.getTargetBoard();
|
TargetBoard targetBoard = BaseNoGui.getTargetBoard();
|
||||||
assertNotEquals("unreal_board", targetBoard.getId());
|
assertNotEquals("unreal_board", targetBoard.getId());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user