From 841bd8252cdb62629ef62fd19cd6015133c72208 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 11:54:14 -0500 Subject: [PATCH] test: on test fail show activities --- test/activitypub/feps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/activitypub/feps.js b/test/activitypub/feps.js index 1c97a282e8..ded9c30694 100644 --- a/test/activitypub/feps.js +++ b/test/activitypub/feps.js @@ -181,7 +181,7 @@ describe('FEPs', () => { activity.object && activity.object.type === 'Note'; }); - assert(test1 && test2); + assert(test1 && test2, JSON.stringify(activities, null, 2)); }); it('should federate out an Announce(Create(Note)) on reply', async () => {