Fix backend test 'src/schema/resolvers/users/location.spec.js'

This commit is contained in:
Wolfgang Huß 2021-10-25 20:15:53 +02:00
parent 7dde24e208
commit 5bf755f4eb

View File

@ -135,7 +135,7 @@ describe('Location Service', () => {
},
{
id: expect.stringMatching(/^place\.[0-9]+$/),
place_name: 'Berlin Township, New Jersey, United States',
place_name: 'Berlin Heights, Ohio, United States',
},
])
})