From 9faeff63a6eff85d7efdf7ba4b63e46f5a407776 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Tue, 11 Aug 2020 15:50:28 +0200 Subject: [PATCH] examples/lorawan: fix typo in automatic test script --- examples/lorawan/tests/01-run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/lorawan/tests/01-run.py b/examples/lorawan/tests/01-run.py index 6fecf29f43..e5428a22b0 100755 --- a/examples/lorawan/tests/01-run.py +++ b/examples/lorawan/tests/01-run.py @@ -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__":