diff --git a/desci-server/test/integration/Attestation.test.ts b/desci-server/test/integration/Attestation.test.ts index 12cdb111e..c2d30cf70 100644 --- a/desci-server/test/integration/Attestation.test.ts +++ b/desci-server/test/integration/Attestation.test.ts @@ -767,6 +767,7 @@ describe('Attestations Service', async () => { claimId: claim.id, authorId: users[1].id, comment: 'Love the attestation', + links: [], }); }); @@ -958,6 +959,7 @@ describe('Attestations Service', async () => { claimId: openDataAttestationClaim.id, authorId: users[2].id, comment: 'I love this game', + links: [], }); // verify one claims for node 2 attestations @@ -967,6 +969,7 @@ describe('Attestations Service', async () => { claimId: openDataAttestationClaim2.id, authorId: users[3].id, comment: 'I love this guy', + links: [], }); }); @@ -1110,6 +1113,7 @@ describe('Attestations Service', async () => { claimId: openDataAttestationClaim.id, authorId: users[2].id, comment: 'I love this game', + links: [], }); // verify one claims for node 2 attestations @@ -1119,6 +1123,7 @@ describe('Attestations Service', async () => { claimId: openDataAttestationClaim2.id, authorId: users[3].id, comment: 'I love this guy', + links: [], }); await attestationService.createReaction({ claimId: claim2.id, @@ -1271,6 +1276,7 @@ describe('Attestations Service', async () => { claimId: openDataAttestationClaim.id, authorId: users[2].id, comment: 'I love this game', + links: [], }); // verify one claims for node 2 attestations @@ -1281,11 +1287,13 @@ describe('Attestations Service', async () => { claimId: openDataAttestationClaim2.id, authorId: users[3].id, comment: 'I love this guy', + links: [], }); await attestationService.createComment({ claimId: fairMetadataAttestationClaim2.id, authorId: users[3].id, comment: 'I love this guy', + links: [], }); await attestationService.createReaction({ claimId: claim2.id, @@ -1304,6 +1312,7 @@ describe('Attestations Service', async () => { claimId: localClaim.id, authorId: users[3].id, comment: 'I love this guy', + links: [], }); await attestationService.createReaction({ claimId: localClaim.id, @@ -1699,6 +1708,7 @@ describe('Attestations Service', async () => { claimId: openDataAttestationClaim.id, authorId: users[2].id, comment: 'I love this game', + links: [], }); // verify one claims for node 2 attestations @@ -1709,11 +1719,13 @@ describe('Attestations Service', async () => { claimId: openDataAttestationClaim2.id, authorId: users[3].id, comment: 'I love this guy', + links: [], }); await attestationService.createComment({ claimId: fairMetadataAttestationClaim2.id, authorId: users[3].id, comment: 'I love this guy', + links: [], }); await attestationService.createReaction({ claimId: claim2.id, @@ -1732,6 +1744,7 @@ describe('Attestations Service', async () => { claimId: localClaim.id, authorId: users[3].id, comment: 'I love this guy', + links: [], }); await attestationService.createReaction({ claimId: localClaim.id, @@ -1905,6 +1918,7 @@ describe('Attestations Service', async () => { claimId: openDataAttestationClaim.id, authorId: users[2].id, comment: 'I love this game', + links: [], }); // verify one claims for node 2 attestations @@ -1914,6 +1928,7 @@ describe('Attestations Service', async () => { claimId: openDataAttestationClaim2.id, authorId: users[3].id, comment: 'I love this guy', + links: [], }); });