Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
byllyfish committed Jul 31, 2023
1 parent 292697c commit eee16eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_shellous.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ async def test_bulk(bulk_cmd):

async def test_bulk_prompt(bulk_cmd):
"Test the Prompt class with bulk output."
cmd = bulk_cmd().encoding("latin1")
cmd = bulk_cmd().set(encoding="latin1")

async with cmd.stdin(sh.CAPTURE).stdout(sh.CAPTURE) as run:
prompt = Prompt(run, ">>> ")
Expand Down

0 comments on commit eee16eb

Please sign in to comment.