- lint fixes (backend)

This commit is contained in:
Ulf Gebhardt 2021-02-02 03:00:03 +01:00
parent 0597cead6a
commit c726c6bcc3
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -144,7 +144,7 @@ describe('Location Service', () => {
const result = await query({ query: queryLocations, variables })
expect(result.data.queryLocations).toEqual([])
})
it('query Location without a place name given', async () => {
variables = {
place: '',