Skip to content

Commit

Permalink
TST: Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Jul 10, 2024
1 parent 9d5a282 commit cf32a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ def app_that_downloads_datafile(analysis):

analysis.output_values = {"downloaded_file_path": datafile.local_path}

analysis = Runner(app_src=app_that_downloads_datafile, twine=twine).run()
analysis = Runner(app_src=app_that_downloads_datafile, twine=twine, delete_local_files=True).run()

self.assertFalse(os.path.exists(analysis.output_values["downloaded_file_path"]))
self.assertFalse(os.path.exists(temporary_directories[0].name))
Expand Down

0 comments on commit cf32a29

Please sign in to comment.