Skip to content

Commit 0a99665

Browse files
committed
small test fix/cleanup
1 parent 3aa7021 commit 0a99665

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/translators_loggers/test_translators_loggers.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,3 +372,6 @@ def test_translator(self, backend) -> None:
372372
# Shutdown the container (weirdly, container is already shutdown by now... not sure how)
373373
_shutdown_docker_container_and_remove_image(container)
374374

375+
# Remove the created local directory
376+
_remove_local_dir_if_it_exists(str_dirpath)
377+

0 commit comments

Comments
 (0)