Skip to content
Snippets Groups Projects
Commit 6143f635 authored by Daniel Campora's avatar Daniel Campora
Browse files

tests/wipy: Fix error in wlan test.

parent 37a2015c
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment