From 6143f635608d30461a9e5e33de3c392a87a0e980 Mon Sep 17 00:00:00 2001 From: Daniel Campora Date: Sun, 27 Sep 2015 18:00:36 +0200 Subject: [PATCH] tests/wipy: Fix error in wlan test. --- tests/wipy/wlan/wlan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/wipy/wlan/wlan.py b/tests/wipy/wlan/wlan.py index 922cb5dc6e..3d04c98664 100644 --- a/tests/wipy/wlan/wlan.py +++ b/tests/wipy/wlan/wlan.py @@ -97,7 +97,7 @@ print(wifi.isconnected() == False) # test init again wifi.init(WLAN.AP, ssid='www.wipy.io', auth=None, channel=5, antenna=WLAN.INT_ANT) -print(len(wlan.mac()) == 6) +print(len(wifi.mac()) == 6) # next ones MUST raise try: