From 512f889ec2f7eb4b635d97cb23ead7d6743626b0 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 15 Apr 2025 10:12:53 -0400 Subject: [PATCH] test: missing clear ap send cache --- test/activitypub/notes.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/activitypub/notes.js b/test/activitypub/notes.js index 3e2fbe7fcd..3b33242d6f 100644 --- a/test/activitypub/notes.js +++ b/test/activitypub/notes.js @@ -258,6 +258,7 @@ describe('Notes', () => { before(async () => { ({ cid } = await categories.create({ name: utils.generateUUID() })); + activitypub._sent.clear(); }); afterEach(() => {