Skip to content

Commit

Permalink
Fixed case sensitive names
Browse files Browse the repository at this point in the history
  • Loading branch information
RhetTbull committed Jun 11, 2024
1 parent 4c8a459 commit b111700
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_sequoia_15_0_0_preview.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ def test_attributes(photosdb):
assert sorted(p.albums) == ["Pumpkin Farm", "Test Album"]
assert p.persons == ["Katie"]
assert p.path.endswith(
"tests/Test-15.0.0_dev_preview.photoslibrary/originals/D/D79B8D77-BFFC-460B-9312-034F2877D35B.jpeg"
"tests/Test-15.0.0_Dev_Preview.photoslibrary/originals/D/D79B8D77-BFFC-460B-9312-034F2877D35B.jpeg"
)
assert not p.ismissing

Expand Down Expand Up @@ -461,7 +461,7 @@ def test_attributes_2(photosdb):
assert sorted(p.albums) == ["AlbumInFolder", "I have a deleted twin"]
assert p.persons == ["Maria"]
assert p.path.endswith(
"tests/Test-15.0.0_dev_preview.photoslibrary/originals/E/E9BC5C36-7CD1-40A1-A72B-8B8FAC227D51.jpeg"
"tests/Test-15.0.0_Dev_Preview.photoslibrary/originals/E/E9BC5C36-7CD1-40A1-A72B-8B8FAC227D51.jpeg"
)
assert not p.ismissing
assert p.hasadjustments
Expand Down

0 comments on commit b111700

Please sign in to comment.