Skip to content

Commit

Permalink
fix: Update test_client.py to fix trimming white spaces.
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank P <[email protected]>
  • Loading branch information
u625355 authored Sep 10, 2024
1 parent 8d7141b commit af0c4e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1054,6 +1054,5 @@ def real_callback(waveforms):
)
def test_read_waveform_iq(tekhsi_client, header, expected_sample_rate):
waveform = tekhsi_client._read_waveform(header)

assert isinstance(waveform, IQWaveform)
assert waveform.meta_info.iq_sample_rate == pytest.approx(expected_sample_rate)

0 comments on commit af0c4e4

Please sign in to comment.