Skip to content

Commit 7ea994d

Browse files
nvaytetjl-wynen
andauthored
Update tests/facilities/source_library_test.py
Co-authored-by: Jan-Lukas Wynen <j-l.wynen@hotmail.de>
1 parent 02968c8 commit 7ea994d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/facilities/source_library_test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@ def test_source_library_files_identical_on_public_and_github(tmp_path: Path) ->
2828
p_gh = Path(gh.fetch(rel))
2929
p_public = Path(public.fetch(rel))
3030

31-
assert p_gh.stem == p_public.stem
32-
assert p_gh.suffix == p_public.suffix
31+
assert p_gh.name == p_public.name

0 commit comments

Comments
 (0)