Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnr committed Nov 26, 2024
1 parent 521291b commit fe9989d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyxdf/test/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ def test_load_file(file):
streams, header = load_xdf(
file, jitter_break_threshold_seconds=0.001, jitter_break_threshold_samples=1
)
assert s[0]["info"]["segments"] == [(0, 0), (1, 3), (4, 8)]
assert streams[0]["info"]["segments"] == [(0, 0), (1, 3), (4, 8)]

0 comments on commit fe9989d

Please sign in to comment.