Skip to content

Commit ca43e43

Browse files
committed
missing f string
1 parent b59b73c commit ca43e43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/io/test_fsspec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ def test_writing_avro_file_adls(generated_manifest_entry_file: str, adls_fsspec_
505505

506506
@pytest.mark.adls
507507
def test_fsspec_pickle_round_trip_aldfs(adls_fsspec_fileio: FsspecFileIO, adls_scheme: str) -> None:
508-
_test_fsspec_pickle_round_trip(adls_fsspec_fileio, "{adls_scheme}://tests/foo.txt")
508+
_test_fsspec_pickle_round_trip(adls_fsspec_fileio, f"{adls_scheme}://tests/foo.txt")
509509

510510

511511
@pytest.mark.gcs

0 commit comments

Comments
 (0)