Skip to content

Commit 7046154

Browse files
authored
Add missing comma
1 parent 5762535 commit 7046154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/test_fsspec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def test_s3_parquet(s3_bucket_public, s3so, df1):
271271

272272
@td.skip_if_installed("fsspec")
273273
def test_not_present_exception():
274-
msg = "`Import fsspec` failed. Use pip, conda or your preferred package manager to install the fsspec package."
274+
msg = "`Import fsspec` failed. Use pip, conda, or your preferred package manager to install the fsspec package."
275275
with pytest.raises(ImportError, match=msg):
276276
read_csv("memory://test/test.csv")
277277

0 commit comments

Comments
 (0)