diff options
Diffstat (limited to 'solo-tool-project/test/session_manager_unittest.py')
| -rw-r--r-- | solo-tool-project/test/session_manager_unittest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solo-tool-project/test/session_manager_unittest.py b/solo-tool-project/test/session_manager_unittest.py index 5786b23..ace1ccb 100644 --- a/solo-tool-project/test/session_manager_unittest.py +++ b/solo-tool-project/test/session_manager_unittest.py @@ -25,7 +25,7 @@ def testSessionFile(sessionPath, testSongs): @pytest.fixture def sessionManager(sessionPath): - return SessionManager(str(sessionPath)) + return SessionManager(str(sessionPath.parent)) def test_loadSession(sessionManager, mockPlayer, testSessionFile): sessions = sessionManager.getSessions() |
