Skip to content

Commit

Permalink
Indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenerone committed Jan 26, 2024
1 parent 14176ba commit d252c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_producers.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ async def test_insert_value(autojump_clock):

async def test_insert_value_no_input(autojump_clock):
async with Pipeline.create(
InsertValue('n')
InsertValue('n')
) as pipeline, pipeline.tap() as aiter:
results = [v async for v in aiter]
assert results == ['n']

0 comments on commit d252c1f

Please sign in to comment.