Skip to content

Commit b8ce759

Browse files
committed
Fix ruff format: reformat test_client.py
1 parent 2ac13eb commit b8ce759

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,6 @@ def test_recovery_file_cleaned_after_flush(self, make_client, tmp_storage_path):
381381
recovery = tmp_storage_path + ".recovering"
382382
assert client._recovery_path == recovery or not os.path.exists(tmp_storage_path)
383383

384-
385384
def test_runtime_disk_recovery(self, make_client, tmp_storage_path):
386385
"""Recovers persisted events during same process (not just startup)."""
387386
_make, _server, _ = make_client

0 commit comments

Comments
 (0)