Skip to content

Commit 05dd044

Browse files
author
jantje
committed
Switched to leonardo to cover more cases
1 parent 55b440c commit 05dd044

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

io.sloeber.core/src/jUnit/CreateAndCompileExamples.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public static void installAdditionalBoards() {
7676
}
7777

7878
@Test
79-
public void testUno() {
79+
public void testLeonardo() {
8080

8181
Map<String, String> myOptions = new HashMap<>();
8282
String[] lines = new String("").split("\n"); //$NON-NLS-1$
@@ -87,8 +87,8 @@ public void testUno() {
8787
}
8888
}
8989

90-
BoardDescriptor boardid = BoardsManager.getBoardID("package_index.json", "arduino", "Arduino AVR Boards", "uno",
91-
myOptions);
90+
BoardDescriptor boardid = BoardsManager.getBoardID("package_index.json", "arduino", "Arduino AVR Boards",
91+
"leonardo", myOptions);
9292
if (boardid == null) {
9393
fail("Uno Board not found");
9494
return;

0 commit comments

Comments
 (0)