Skip to content

Commit cfd5498

Browse files
authored
Added breaking test to main
ref https://linear.app/ghost/issue/AP-1053 This is to confirm that the slack notifications are working correctly.
1 parent 35ccb40 commit cfd5498

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/activitypub/activity.unit.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import { FedifyActivitySender } from './activity';
99
describe('FedifyActivitySender', () => {
1010
describe('sendActivityToActorFollowers', () => {
1111
it('should send an Activity to the followers of an Actor', async () => {
12+
expect(1).toBe(2);
1213
const handle = 'foo';
1314

1415
const mockActor = {

0 commit comments

Comments
 (0)