Skip to content

Commit f5ff9a3

Browse files
committed
test
1 parent 93c9f42 commit f5ff9a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/validation/democfg/democfg.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
void setup() {
22
Serial.begin(115200);
33
while (!Serial) {
4-
aaaaa
4+
;
55
}
66

77
Serial.println("Hello cfg!");
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
def test_cfg(dut):
2-
dut.expect("Hello cfg!")
2+
dut.expect("Hello cfg!"

0 commit comments

Comments
 (0)