From fd05e8a3a53afae850f539a348e209c4770ec430 Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Sun, 23 Feb 2025 09:29:03 +0100 Subject: Session manager tests passing --- solo-tool-project/test/test_session.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'solo-tool-project/test/test_session.json') diff --git a/solo-tool-project/test/test_session.json b/solo-tool-project/test/test_session.json index aed1e11..49c2d42 100644 --- a/solo-tool-project/test/test_session.json +++ b/solo-tool-project/test/test_session.json @@ -1,10 +1,10 @@ [ { "path" : "test.flac", - "key_positions" : null + "key_points" : [] }, { "path" : "test.mp3", - "key_positions" : [0.1, 0.3] + "key_points" : [0.1, 0.3] } ] -- cgit v1.2.3