()
| 69 | |
| 70 | |
| 71 | def test_default_storage_client() -> None: |
| 72 | default_storage_client = service_locator.get_storage_client() |
| 73 | assert isinstance(default_storage_client, FileSystemStorageClient) |
| 74 | |
| 75 | |
| 76 | def test_custom_storage_client() -> None: |
nothing calls this directly
no test coverage detected