Skip to content

Commit

Permalink
Update tests/integration/test_reinstall.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim authored Feb 5, 2024
1 parent b4c7e44 commit 953f92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_reinstall.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ async def async_block():
async_block,
)

# this is would it would have done without async block
# this is what it would have done without async block
(one_src.path / 'b').touch() # give it something else to install
my_install_plugin.clear()
assert my_install_plugin == []
Expand Down

0 comments on commit 953f92d

Please sign in to comment.