Skip to content

Commit

Permalink
fix(tests.integration): reformat code with ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
maugde committed Sep 12, 2024
1 parent 176dfd3 commit 9dd8557
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/integration/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,7 @@ def test_run__empty_target(self, downloaded_dir: Path, program_dir: Path, settin
# Run the application
# Make sure each application is installed in new directory
custom_dir = program_dir.joinpath(source_dir.name)
app = App(
source_dir=source_dir,
target_dir=custom_dir,
shortcut=False,
launch=True
)
app = App(source_dir=source_dir, target_dir=custom_dir, shortcut=False, launch=True)
try:
app.run()
except InstallError:
Expand Down

0 comments on commit 9dd8557

Please sign in to comment.