Skip to content

Commit

Permalink
Merge pull request #220 from cta-observatory/fix_arbitrary_filename
Browse files Browse the repository at this point in the history
Fix test assert
  • Loading branch information
maxnoe authored May 7, 2024
2 parents df019a7 + d55ae58 commit 62221dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ctapipe_io_lst/tests/test_lsteventsource.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,4 +450,4 @@ def test_arbitrary_filename(tmp_path):
n_read = 0
for _ in source:
n_read += 1
assert n_read == n_read
assert n_read == 50

0 comments on commit 62221dd

Please sign in to comment.