# Pastebin ohzfkuUT it('it should return an empty array if there are no relationships to delete', async () => { const author = await createAuthor(); const workUUID = getRandomUUID(); const authorBbid = author.get('bbid'); await createRelationshipSet(authorBbid, workUUID, 'Work'); const authorRelationshipSet = await author.relationshipSet(); const authorRelationships = authorRelationshipSet.relationships(); console.log(authorRelationships); truncateEntities(); expect(true); });