Skip to content

Commit 27ada48

Browse files
author
Kevin J Walters
committed
Correcting a username in comments. #3
1 parent 2f547a2 commit 27ada48

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_MIDIMessage_unittests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
import sys
3232
sys.modules['usb_midi'] = MagicMock()
3333

34-
# Borrowing the dhlalbert/tannewt technique from adafruit/Adafruit_CircuitPython_Motor
34+
# Borrowing the dhalbert/tannewt technique from adafruit/Adafruit_CircuitPython_Motor
3535
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
3636

3737
# Import before messages - opposite to other test file

tests/test_MIDI_unittests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
import sys
3232
sys.modules['usb_midi'] = MagicMock()
3333

34-
# Borrowing the dhlalbert/tannewt technique from adafruit/Adafruit_CircuitPython_Motor
34+
# Borrowing the dhalbert/tannewt technique from adafruit/Adafruit_CircuitPython_Motor
3535
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
3636

3737
# Full monty

0 commit comments

Comments
 (0)