Skip to content

Commit

Permalink
Test update
Browse files Browse the repository at this point in the history
  • Loading branch information
rogisolorzano committed Apr 11, 2023
1 parent 4524792 commit a4964f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wlan.test.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from microtest import test, run, expect, mock_module, observe
from mocks import MockNetwork, MockWlan
import uasyncio
network = MockNetwork()
mock_module('network', network)
mock_module('network', MockNetwork())
from wlan import Wlan, TimeoutException, InvalidPasswordException, AccessPointUnreachableException, ConnectionFailedException, STAT_NO_IP
import network

@test
async def it_should_activate_the_wlan_interface_on_connect():
Expand Down

0 comments on commit a4964f4

Please sign in to comment.