Places: Update location test after upgrading backend API #1664

This commit is contained in:
Michael Mayer 2021-11-11 18:06:41 +01:00
parent 72d546f8c8
commit f66caba62a

View file

@ -142,7 +142,7 @@ func TestLocation_Assign(t *testing.T) {
} }
assert.Equal(t, "Airport", l.LocName) assert.Equal(t, "Airport", l.LocName)
assert.Equal(t, "Tegel, Berlin, Germany", l.LocLabel) assert.Equal(t, "Berlin, Germany", l.LocLabel)
}) })
t.Run("SouthAfrica", func(t *testing.T) { t.Run("SouthAfrica", func(t *testing.T) {