Update activitypub.ts
This commit is contained in:
parent
bdbad4605b
commit
26040c2bb0
1 changed files with 2 additions and 1 deletions
|
@ -265,6 +265,7 @@ describe('ActivityPub', () => {
|
||||||
assert.strictEqual(note.text, 'test test foo');
|
assert.strictEqual(note.text, 'test test foo');
|
||||||
assert.strictEqual(note.uri, actor2Note.id);
|
assert.strictEqual(note.uri, actor2Note.id);
|
||||||
});
|
});
|
||||||
|
});
|
||||||
|
|
||||||
describe('Outbox', () => {
|
describe('Outbox', () => {
|
||||||
test('Fetch non-paged outbox from IActor', async () => {
|
test('Fetch non-paged outbox from IActor', async () => {
|
||||||
|
|
Loading…
Reference in a new issue