Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
closes ethereum#929
Browse files Browse the repository at this point in the history
fselmo committed Sep 20, 2023
1 parent ffec086 commit fd9b0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/providers/test_ipc_provider.py
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@
@pytest.fixture
def jsonrpc_ipc_pipe_path():
with tempfile.TemporaryDirectory() as temp_dir:
ipc_path = os.path.join(temp_dir, f"{uuid.uuid4()}.ipc")
ipc_path = os.path.join(temp_dir, "temp.ipc")
try:
yield ipc_path
finally:

0 comments on commit fd9b0f9

Please sign in to comment.