tests/wipy: Fix error in wlan test.

This commit is contained in:
Daniel Campora 2015-09-27 18:00:36 +02:00
parent 37a2015cc5
commit 6143f63560
1 changed files with 1 additions and 1 deletions

View File

@ -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: