mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
- lint fixes (backend)
This commit is contained in:
parent
0597cead6a
commit
c726c6bcc3
@ -144,7 +144,7 @@ describe('Location Service', () => {
|
|||||||
const result = await query({ query: queryLocations, variables })
|
const result = await query({ query: queryLocations, variables })
|
||||||
expect(result.data.queryLocations).toEqual([])
|
expect(result.data.queryLocations).toEqual([])
|
||||||
})
|
})
|
||||||
|
|
||||||
it('query Location without a place name given', async () => {
|
it('query Location without a place name given', async () => {
|
||||||
variables = {
|
variables = {
|
||||||
place: '',
|
place: '',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user