fix: move AP send logging earlier

This commit is contained in:
Julian Lam
2025-03-02 22:09:12 -05:00
parent 7ceb6d69ae
commit dca3c35d76
3 changed files with 7 additions and 9 deletions

View File

@@ -59,9 +59,7 @@ describe('FEPs', () => {
cid,
});
setTimeout(() => {
assert.strictEqual(activitypub._sent.size, 1);
}, 250);
assert.strictEqual(activitypub._sent.size, 1);
});
});
});