summaryrefslogtreecommitdiffstatshomepage
path: root/tests/wipy/wlan/wlan.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wipy/wlan/wlan.py')
-rw-r--r--tests/wipy/wlan/wlan.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/wipy/wlan/wlan.py b/tests/wipy/wlan/wlan.py
index 8d2537511b..922cb5dc6e 100644
--- a/tests/wipy/wlan/wlan.py
+++ b/tests/wipy/wlan/wlan.py
@@ -97,6 +97,8 @@ 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)
+
# next ones MUST raise
try:
wifi.init(mode=12345)