Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DriesDeprest committed Mar 14, 2024
1 parent 2654441 commit 8fb129f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kloppy/tests/test_statsbomb.py
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ class TestStatsBombPressureEvent:
"""Tests related to deserializing 17/Pressure events"""

def test_deserialize_all(self, dataset: EventDataset):
"""It should deserialize all ball recovery events"""
"""It should deserialize all pressure events"""
events = dataset.find_all("pressure")
assert len(events) == 203

Expand Down

0 comments on commit 8fb129f

Please sign in to comment.