diff options
Diffstat (limited to 'server/tests/plugins')
-rw-r--r-- | server/tests/plugins/action-hooks.ts | 4 | ||||
-rw-r--r-- | server/tests/plugins/filter-hooks.ts | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/server/tests/plugins/action-hooks.ts b/server/tests/plugins/action-hooks.ts index 8abab98c2..93dc57d09 100644 --- a/server/tests/plugins/action-hooks.ts +++ b/server/tests/plugins/action-hooks.ts | |||
@@ -7,7 +7,7 @@ import { setAccessTokensToServers } from '../../../shared/extra-utils' | |||
7 | 7 | ||
8 | const expect = chai.expect | 8 | const expect = chai.expect |
9 | 9 | ||
10 | describe('Test plugin filter hooks', function () { | 10 | describe('Test plugin action hooks', function () { |
11 | let server: ServerInfo | 11 | let server: ServerInfo |
12 | 12 | ||
13 | before(async function () { | 13 | before(async function () { |
@@ -18,7 +18,7 @@ describe('Test plugin filter hooks', function () { | |||
18 | }) | 18 | }) |
19 | 19 | ||
20 | it('Should execute ', async function () { | 20 | it('Should execute ', async function () { |
21 | 21 | // empty | |
22 | }) | 22 | }) |
23 | 23 | ||
24 | after(async function () { | 24 | after(async function () { |
diff --git a/server/tests/plugins/filter-hooks.ts b/server/tests/plugins/filter-hooks.ts index 8abab98c2..500728712 100644 --- a/server/tests/plugins/filter-hooks.ts +++ b/server/tests/plugins/filter-hooks.ts | |||
@@ -18,7 +18,7 @@ describe('Test plugin filter hooks', function () { | |||
18 | }) | 18 | }) |
19 | 19 | ||
20 | it('Should execute ', async function () { | 20 | it('Should execute ', async function () { |
21 | 21 | // empty | |
22 | }) | 22 | }) |
23 | 23 | ||
24 | after(async function () { | 24 | after(async function () { |