1
0
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:
Alexandre Abadie 2020-08-11 15:50:28 +02:00
parent 1887e55962
commit 9faeff63a6
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -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__":