Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
arahlin committed Sep 6, 2023
1 parent 1ab341a commit d7a9330
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/tests/fileio.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def checkinfo(fr):
return
assert 'time' in fr, 'No time key in frame'
assert fr['count'] == n, 'Out of order frame'
assert fr.filename == 'test.g3', 'Wrong filename'
n += 1
pipe.Add(checkinfo)
pipe.Run()
Expand Down

0 comments on commit d7a9330

Please sign in to comment.