1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00

Merge pull request #14746 from aabadie/pr/examples/lorawan_test_typo

examples/lorawan: fix typo in automatic test script
This commit is contained in:
Alexandre Abadie 2020-08-11 18:00:33 +02:00 committed by GitHub
commit 15b1816e4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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