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: