Skip to content

Commit

Permalink
I'm learning java
Browse files Browse the repository at this point in the history
  • Loading branch information
dron0gus committed Apr 20, 2024
1 parent 3695546 commit 2ffeb78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class output_pin_e_enumTest {
public void test() throws IOException {
VariableRegistry r = ConfigDefinitionTest.readRealConfig();
String packed = r.get("Gpio_enum");
String[] array = packed.split("\\s+");
String[] array = packed.split(", ");
assertEquals(unquote(array[0]), "NONE");
assertEquals(unquote(array[1]), "INVALID");
assertEquals(unquote(array[49]), "PC15");
Expand Down

0 comments on commit 2ffeb78

Please sign in to comment.