Skip to content

Commit 6143f63

Browse files
author
Daniel Campora
committed
tests/wipy: Fix error in wlan test.
1 parent 37a2015 commit 6143f63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/wipy/wlan/wlan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def wait_for_connection(wifi, timeout=10):
9797
# test init again
9898
wifi.init(WLAN.AP, ssid='www.wipy.io', auth=None, channel=5, antenna=WLAN.INT_ANT)
9999

100-
print(len(wlan.mac()) == 6)
100+
print(len(wifi.mac()) == 6)
101101

102102
# next ones MUST raise
103103
try:

0 commit comments

Comments
 (0)