examples/lorawan: fix typo in automatic test script
This commit is contained in:
parent
1887e55962
commit
9faeff63a6
@ -21,7 +21,7 @@ def testfunc(child):
|
|||||||
child.expect_exact("Sending: This is RIOT!")
|
child.expect_exact("Sending: This is RIOT!")
|
||||||
time.sleep(20)
|
time.sleep(20)
|
||||||
|
|
||||||
print("TESST PASSED")
|
print("TEST PASSED")
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user