File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 35
35
import time
36
36
from random import randint
37
37
38
- from adafruit_connectionmanager import (
38
+ from adafruit_connection_manager import (
39
39
get_connection_manager ,
40
40
SocketGetOSError ,
41
41
SocketConnectMemoryError ,
Original file line number Diff line number Diff line change 5
5
""" PyTest Setup """
6
6
7
7
import pytest
8
- import adafruit_connectionmanager
8
+ import adafruit_connection_manager
9
9
10
10
11
11
@pytest .fixture (autouse = True )
12
12
def reset_connection_manager (monkeypatch ):
13
13
"""Reset the ConnectionManager, since it's a singlton and will hold data"""
14
14
monkeypatch .setattr (
15
15
"adafruit_minimqtt.adafruit_minimqtt.get_connection_manager" ,
16
- adafruit_connectionmanager .ConnectionManager ,
16
+ adafruit_connection_manager .ConnectionManager ,
17
17
)
Original file line number Diff line number Diff line change 3
3
# SPDX-License-Identifier: Unlicense
4
4
5
5
Adafruit-Blinka
6
- Adafruit-Circuitpython-ConnectionManager@git+https://github.com/justmobilize/Adafruit_CircuitPython_ConnectionManager
6
+ Adafruit-Circuitpython-ConnectionManager@git+https://github.com/justmobilize/Adafruit_CircuitPython_ConnectionManager@connection-manager
You can’t perform that action at this time.
0 commit comments