Skip to content

Commit

Permalink
fix incorrect test
Browse files Browse the repository at this point in the history
  • Loading branch information
probberechts committed Dec 20, 2024
1 parent 9eb7567 commit e4a0970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kloppy/tests/test_state_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def test_sequence_state_builder(self, base_dir):
events_per_sequence[sequence_id] = len(events)

assert events_per_sequence[0] == 4
assert events_per_sequence[51] == 6
assert events_per_sequence[51] == 7

def test_lineup_state_builder(self, base_dir):
dataset = self._load_dataset(base_dir, base_filename="statsbomb_15986")
Expand Down

0 comments on commit e4a0970

Please sign in to comment.