We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e756d commit cc2e01fCopy full SHA for cc2e01f
internal/photoprism/location_test.go
@@ -29,7 +29,7 @@ func TestMediaFile_Location(t *testing.T) {
29
t.Fatal(err)
30
}
31
32
- assert.Equal(t, "姫路市", location.City())
+ assert.Equal(t, "高砂市", location.City())
33
assert.Equal(t, "兵庫県", location.State())
34
assert.Equal(t, "Japan", location.CountryName())
35
assert.Equal(t, "", location.Category())
@@ -44,7 +44,7 @@ func TestMediaFile_Location(t *testing.T) {
44
45
46
47
- assert.Equal(t, "姫路市", location2.City())
+ assert.Equal(t, "高砂市", location2.City())
48
assert.Equal(t, "兵庫県", location2.State())
49
})
50
t.Run("iphone_15_pro.heic", func(t *testing.T) {
0 commit comments