Skip to content

Commit

Permalink
also check name
Browse files Browse the repository at this point in the history
  • Loading branch information
forrestfwilliams committed May 24, 2024
1 parent 02edb14 commit faaf4c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_golden.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def test_golden():

main_safe = list((work_path / main_branch).glob('*.SAFE'))[0]
develop_safe = list((work_path / develop_branch).glob('*.SAFE'))[0]
assert main_safe.name == develop_safe.name

main_files = sorted([x.resolve() for x in main_safe.rglob('*')])
develop_files = sorted([x.resolve() for x in develop_safe.rglob('*')])
Expand Down

0 comments on commit faaf4c2

Please sign in to comment.