Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Clean unittest code
Browse files Browse the repository at this point in the history
  • Loading branch information
xlz-jbleclere committed Sep 9, 2020
1 parent 0e0580e commit a8f0c3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_frequency_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ def test_drm_manager_frequency_detection_method1_exception(accelize_drm, conf_js
driver = accelize_drm.pytest_fpga_driver[0]
async_cb = async_handler.create()

conf_json.reset()
conf_json.reset()
conf_json['settings']['frequency_detection_period'] = (int)(2**32 / 125000000 * 1000) + 2
conf_json.save()
Expand Down

0 comments on commit a8f0c3f

Please sign in to comment.