Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
badrogger committed Oct 15, 2024
1 parent c8611e9 commit 363b8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def tmp_schains_dir():
@pytest.fixture
def tmp_sync_datadir():

os.makedirs(TEST_SCHAINS_MNT_DIR_SYNC)
os.makedirs(TEST_SCHAINS_MNT_DIR_SYNC, exist_ok=True)
try:
yield TEST_SCHAINS_MNT_DIR_SYNC
finally:
Expand Down

0 comments on commit 363b8cd

Please sign in to comment.