Skip to content

Commit

Permalink
Merge pull request #359 from analogdevicesinc/adrv9009_test_fix
Browse files Browse the repository at this point in the history
Add missing parameter for test_gain_check
  • Loading branch information
tfcollins authored Jul 27, 2022
2 parents 2d03032 + 3ebf302 commit 590a1b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test_adrv9009_zu11eg.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,9 @@ def test_adrv9009_zu11eg_dds_gain_check_vary_power(
min_rssi,
max_rssi,
):
test_gain_check(classname, channel, param_set, dds_scale, min_rssi, max_rssi)
test_gain_check(
iio_uri, classname, channel, param_set, dds_scale, min_rssi, max_rssi
)


#########################################
Expand Down

0 comments on commit 590a1b0

Please sign in to comment.