Skip to content

Commit 951a687

Browse files
committed
fix blob/tag added test
1 parent 342d75f commit 951a687

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_summary.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
PATH_CASES = [
1313
("tree", "/examples/celery"),
1414
("blob", "/examples/celery/make_celery.py"),
15-
("blob", "/blob/main/.gitignore"),
16-
("blob", "/blob/3.0.2/CODE_OF_CONDUCT.md"),
15+
("blob", "/.gitignore"),
16+
("blob", "/CODE_OF_CONDUCT.md"),
1717
]
1818

1919
REF_CASES = [

0 commit comments

Comments
 (0)