mirror of
https://github.com/BradNut/graphbrainz
synced 2025-09-08 17:40:32 +00:00
Fix lint
This commit is contained in:
parent
a72a0365d1
commit
690cdee28f
1 changed files with 1 additions and 1 deletions
|
|
@ -86,6 +86,6 @@ test('schema has a browse query', t => {
|
||||||
const { releaseGroups } = result.data.browse
|
const { releaseGroups } = result.data.browse
|
||||||
t.true(releaseGroups.totalCount > 0)
|
t.true(releaseGroups.totalCount > 0)
|
||||||
t.true(releaseGroups.edges.length > 0)
|
t.true(releaseGroups.edges.length > 0)
|
||||||
releaseGroups.edges.forEach(edge => t.truthy(edge.node.title ))
|
releaseGroups.edges.forEach(edge => t.truthy(edge.node.title))
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue