Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
BernardWez committed Nov 10, 2023
1 parent c354b5b commit 545aa5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_elx/test_tap.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ async def test_tap_process(tap: Tap):
"""
Test that the tap process can be run.
"""
async with tap.process() as process:
async with tap.process(limit=1) as process:
# Make sure the tap process is of the right type.
assert type(process) == asyncio.subprocess.Process

0 comments on commit 545aa5c

Please sign in to comment.