Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
probberechts committed Nov 17, 2023
1 parent 34544fc commit 027ef03
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 @@ -181,7 +181,7 @@ def test_correct_deserialization(
)

assert (
dataset.events[1440].get_qualifier_value(GoalkeeperQualifier)
dataset.events[1443].get_qualifier_value(GoalkeeperQualifier)
== GoalkeeperActionType.CLAIM
)

Expand Down

0 comments on commit 027ef03

Please sign in to comment.