Skip to content

Commit

Permalink
Update conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gitofanindya authored Dec 2, 2024
1 parent 997db2f commit 3461608
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ def __enter__(self):

def __exit__(self, exc_type, exc_val, exc_tb):
self.dispose()
self.db.unlink()
os.system(f'rmdir "{self.db}"')
# self.db.unlink()

def _get_adjacent_sync_file(
self, ref: str, comp: str, order: str, sync_mode: str = None
Expand Down

0 comments on commit 3461608

Please sign in to comment.