Skip to content

Commit 593bd6a

Browse files
authored
Fixed breaking test on main
ref https://linear.app/ghost/issue/AP-1053 As part of the testing of the slack notification for ci failure we added a breaking test to `main`. This is the cleanup of the broken test.
1 parent cfd5498 commit 593bd6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/activitypub/activity.unit.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ 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);
1312
const handle = 'foo';
1413

1514
const mockActor = {

0 commit comments

Comments
 (0)