diff options
author | Eddy Pedroni <epedroni@pm.me> | 2025-07-17 15:14:38 +0200 |
---|---|---|
committer | Eddy Pedroni <epedroni@pm.me> | 2025-07-17 15:24:48 +0200 |
commit | 8fdbcd3b98f5bf5479e2a67e40f5746b184908d3 (patch) | |
tree | 8366c7647a1874ea75aec4c2c8a9bdf60e9054fb /solo-tool-project/test/midi_launchpad_mini_integrationtest.py | |
parent | 89dcddce5e215400150232befddebc83f45d64d8 (diff) |
Purge all mention of song pool
Diffstat (limited to 'solo-tool-project/test/midi_launchpad_mini_integrationtest.py')
-rw-r--r-- | solo-tool-project/test/midi_launchpad_mini_integrationtest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solo-tool-project/test/midi_launchpad_mini_integrationtest.py b/solo-tool-project/test/midi_launchpad_mini_integrationtest.py index be8ed88..1a99cd4 100644 --- a/solo-tool-project/test/midi_launchpad_mini_integrationtest.py +++ b/solo-tool-project/test/midi_launchpad_mini_integrationtest.py @@ -2,7 +2,7 @@ import pytest from mido import Message from solo_tool.midi_controller_launchpad_mini import MidiController -from fixtures import songPool, soloTool, mockPlayer, testSongs +from fixtures import soloTool, mockPlayer, testSongs LED_RED = 3 LED_YELLOW = 126 |