Skip to content

Commit

Permalink
restore pending update audience test
Browse files Browse the repository at this point in the history
  • Loading branch information
wmurphyrd committed Jan 6, 2023
1 parent e6e5c2e commit 88ce4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/functional/outbox.spec.js
Expand Up @@ -473,7 +473,7 @@ describe('outbox', function () {
expect(activities[0].object[0]).toEqual(expectedObj)
expect(activities[1].object[0]).toEqual(expectedObj)
})
// it('adds updated object recipients to audience')
it('adds updated object recipients to audience')
it('federates whole updated object', async function () {
update.to = ['https://mocked.com/user/mocked']
update.object[0].to = ['https://mocked.com/user/mocked']
Expand Down

0 comments on commit 88ce4ec

Please sign in to comment.