Skip to content

Commit cc2e01f

Browse files
committed
Tests: Update assertions in /internal/photoprism/location_test.go photoprism#4714
see photoprism#678 (comment) Signed-off-by: Michael Mayer <michael@photoprism.app>
1 parent b3e756d commit cc2e01f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/photoprism/location_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func TestMediaFile_Location(t *testing.T) {
2929
t.Fatal(err)
3030
}
3131

32-
assert.Equal(t, "姫路市", location.City())
32+
assert.Equal(t, "高砂市", location.City())
3333
assert.Equal(t, "兵庫県", location.State())
3434
assert.Equal(t, "Japan", location.CountryName())
3535
assert.Equal(t, "", location.Category())
@@ -44,7 +44,7 @@ func TestMediaFile_Location(t *testing.T) {
4444
t.Fatal(err)
4545
}
4646

47-
assert.Equal(t, "姫路市", location2.City())
47+
assert.Equal(t, "高砂市", location2.City())
4848
assert.Equal(t, "兵庫県", location2.State())
4949
})
5050
t.Run("iphone_15_pro.heic", func(t *testing.T) {

0 commit comments

Comments
 (0)