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

Commit

Permalink
Update test of frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
xlz-jbleclere committed Nov 30, 2020
1 parent d6d00bb commit 33b49a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_frequency_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def test_drm_manager_frequency_detection_method1_exception(accelize_drm, conf_js
async_cb = async_handler.create()

conf_json.reset()
conf_json['settings']['frequency_detection_period'] = (int)(2**32 / 125000000 * 1000) + 2
conf_json['settings']['frequency_detection_period'] = (int)(2**32 / 125000000 * 1000) + 1000
conf_json.save()
with pytest.raises(accelize_drm.exceptions.DRMBadFrequency) as excinfo:
drm_manager = accelize_drm.DrmManager(
Expand Down

0 comments on commit 33b49a5

Please sign in to comment.