mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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!")
|
||||
time.sleep(20)
|
||||
|
||||
print("TESST PASSED")
|
||||
print("TEST PASSED")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Loading…
Reference in New Issue
Block a user