Private
Public Access
1
0
This commit is contained in:
2025-10-24 16:15:29 +02:00
parent 9be6c991fb
commit 47455a934c
2 changed files with 1 additions and 1 deletions

View File

@@ -120,7 +120,7 @@ class OtherUnitTests(TestCase):
def test_summaryfromsplitdata(self): def test_summaryfromsplitdata(self):
with open('rowers/tests/testdata/c2splits.json','r') as f: with open('rowers/tests/c2jsonintervaldata.txt','r') as f:
s = f.read() s = f.read()
data = json.loads(s) data = json.loads(s)
splitdata = data['workout']['intervals'] splitdata = data['workout']['intervals']

Binary file not shown.