Skip to content

Commit 60f888a

Browse files
authored
tests: fix xfail call (#409)
1 parent 00924c1 commit 60f888a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upath/tests/implementations/test_s3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def test_iterdir_with_plus_in_name(self, s3_with_plus_chr_name):
9393
(file,) = files
9494
assert file == p.joinpath("file.txt")
9595

96-
@pytest.mark.xfail(msg="fsspec/universal_pathlib#144")
96+
@pytest.mark.xfail(reason="fsspec/universal_pathlib#144")
9797
def test_rglob_with_double_fwd_slash(self, s3_with_double_fwd_slash_files):
9898
import boto3
9999
import botocore.exceptions

0 commit comments

Comments
 (0)