Skip to content

Commit f1df879

Browse files
committed
Renamed parametrized test
1 parent 7fdf544 commit f1df879

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/test_bucket_path.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,8 @@ def test_foreign_bucket(tmp_path, bucket_fake):
268268

269269

270270
@pytest.mark.parametrize("path, expected_relative", [
271-
("b", "b"),
272-
("b/c", "b/c"),
271+
("a", "a"),
272+
("a/b", "a/b"),
273273
])
274274
def test_relative_to(path, expected_relative, bucket_fake):
275275
root = bfs.path.BucketPath("root", bucket_api=bucket_fake)

0 commit comments

Comments
 (0)