Skip to content

Commit

Permalink
Fix mirror test (we use bto now instead of to)
Browse files Browse the repository at this point in the history
  • Loading branch information
srosset81 committed Nov 26, 2024
1 parent 6066e50 commit e27f2b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/middleware/tests/interop/mirror-protected.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ describe('Resource on server1 is shared with user on server2', () => {
type: ACTIVITY_TYPES.CREATE,
actor: relay1,
object: resourceUri,
to: user2.id
bto: user2.id
});
});
});
Expand Down Expand Up @@ -117,7 +117,7 @@ describe('Resource on server1 is shared with user on server2', () => {
type: ACTIVITY_TYPES.DELETE,
actor: relay1,
object: resourceUri,
to: user2.id
bto: user2.id
});
});
});
Expand Down

0 comments on commit e27f2b2

Please sign in to comment.