Skip to content

Commit

Permalink
Try to fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
noemifrisina committed Oct 23, 2024
1 parent eb32c5a commit 5a03213
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/devices/unit_tests/oav/test_oav.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ async def test_cam():
assert status.success
assert await cam.acquire_period.get_value() == 0.01

cam.acquire_time.set(0.01)
status = cam.acquire_time.set(0.01)
await status
assert status.success
assert await cam.acquire_time.get_value() == 0.01


Expand Down

0 comments on commit 5a03213

Please sign in to comment.