Private
Public Access
1
0

fixed test

This commit is contained in:
2025-10-23 10:35:26 +02:00
parent d833c69e79
commit 16e10d26ca

View File

@@ -120,7 +120,7 @@ class OtherUnitTests(TestCase):
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()
data = json.loads(s)
splitdata = data['workout']['intervals']