From 8fdbcd3b98f5bf5479e2a67e40f5746b184908d3 Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Thu, 17 Jul 2025 15:14:38 +0200 Subject: Purge all mention of song pool --- solo-tool-project/test/solo_tool_keypoints_integrationtest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'solo-tool-project/test/solo_tool_keypoints_integrationtest.py') diff --git a/solo-tool-project/test/solo_tool_keypoints_integrationtest.py b/solo-tool-project/test/solo_tool_keypoints_integrationtest.py index 3db86f5..f79103d 100644 --- a/solo-tool-project/test/solo_tool_keypoints_integrationtest.py +++ b/solo-tool-project/test/solo_tool_keypoints_integrationtest.py @@ -1,6 +1,6 @@ import pytest -from fixtures import soloTool as uut, songPool, mockPlayer, testSongs +from fixtures import soloTool as uut, mockPlayer, testSongs def test_keyPointAndSongSelection(uut, mockPlayer, testSongs): def checkJump(before, expectedAfter): -- cgit v1.2.3