Skip to content

Commit

Permalink
Update test_executor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Jul 16, 2023
1 parent 9caf1af commit b05f8ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,8 @@ def test_cache(self):
cache_directory=self.test_dir,
)[0]
f = Future()
set_future(file_name=file_name_out, future=f)
set_future(
file_name=os.path.join(self.test_dir, file_name_out),
future=f
)
self.assertEqual(f.result(), 3)

0 comments on commit b05f8ca

Please sign in to comment.