diff --git a/legacy/test/services/diffbot.test.ts b/legacy/test/services/diffbot.test.ts index 00686d90..e6ae3d45 100644 --- a/legacy/test/services/diffbot.test.ts +++ b/legacy/test/services/diffbot.test.ts @@ -85,5 +85,5 @@ test('Diffbot.knowledgeGraphEnhance', async (t) => { url: 'https://transitivebullsh.it' }) // console.log(JSON.stringify(result, null, 2)) - t.is(result.data[0]?.entity?.githubUri, 'github.com/transitive-bullshit') + t.truthy(result.data[0]?.entity?.githubUri) })