Private
Public Access
1
0

coverage exceptions

This commit is contained in:
2024-04-29 22:20:34 +02:00
parent e83d0a26f6
commit a9e63e85db
3 changed files with 24 additions and 24 deletions

View File

@@ -705,7 +705,7 @@ class InteractivePlotTests(TestCase):
@patch('rowers.dataprep.create_engine')
@patch('rowers.dataprep.read_data', side_effect=mocked_read_data)
def test_interactive_chart(self, mocked_sqlalchemy,
mocked_getsmallrowdata_db):
mocked_read_data):
workout = Workout.objects.filter(user=self.r,workouttype__in=mytypes.rowtypes)[0]
id = workout.id

Binary file not shown.