Skip to content

Commit

Permalink
Fixed linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
aileen committed May 23, 2024
1 parent 306b1d9 commit cbe7eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghost/core/test/e2e-server/click-tracking.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe('Click Tracking', function () {
beforeEach(async function () {
mockManager.mockMail();
mockManager.mockMailgun();
await mockManager.mockActivityPub();
await mockManager.mockActivityPub();
});

afterEach(function () {
Expand Down

0 comments on commit cbe7eed

Please sign in to comment.