From e39c91497fa58c4d3da786ed73adc8fdd76c2eaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Tue, 2 Dec 2025 12:47:47 -0500 Subject: [PATCH] test: log activities --- test/activitypub/feps.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/activitypub/feps.js b/test/activitypub/feps.js index ded9c30694..c16a58b168 100644 --- a/test/activitypub/feps.js +++ b/test/activitypub/feps.js @@ -180,8 +180,8 @@ describe('FEPs', () => { return activity.type === 'Announce' && activity.object && activity.object.type === 'Note'; }); - - assert(test1 && test2, JSON.stringify(activities, null, 2)); + console.log(JSON.stringify(activities, null, 2)); + assert(test1 && test2); }); it('should federate out an Announce(Create(Note)) on reply', async () => {