Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 10, 2024
1 parent af0c4e4 commit 86597ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1055,4 +1055,4 @@ 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)
assert waveform.meta_info.iq_sample_rate == pytest.approx(expected_sample_rate)

0 comments on commit 86597ca

Please sign in to comment.