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 4444
4545import json as json_module
4646
47- from adafruit_connectionmanager import get_connection_manager
47+ from adafruit_connection_manager import get_connection_manager
4848
4949
5050if not sys .implementation .name == "circuitpython" :
Original file line number Diff line number Diff line change 55""" PyTest Setup """
66
77import pytest
8- import adafruit_connectionmanager
8+ import adafruit_connection_manager
99
1010
1111@pytest .fixture (autouse = True )
1212def reset_connection_manager (monkeypatch ):
1313 """Reset the ConnectionManager, since it's a singlton and will hold data"""
1414 monkeypatch .setattr (
1515 "adafruit_requests.get_connection_manager" ,
16- adafruit_connectionmanager .ConnectionManager ,
16+ adafruit_connection_manager .ConnectionManager ,
1717 )
Original file line number Diff line number Diff line change 33# SPDX-License-Identifier: Unlicense
44
55Adafruit-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