aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/plugins')
-rw-r--r--server/tests/plugins/action-hooks.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/plugins/action-hooks.ts b/server/tests/plugins/action-hooks.ts
index 2a941148a..e28732cac 100644
--- a/server/tests/plugins/action-hooks.ts
+++ b/server/tests/plugins/action-hooks.ts
@@ -43,7 +43,7 @@ describe('Test plugin action hooks', function () {
43 path: getPluginTestPath() 43 path: getPluginTestPath()
44 }) 44 })
45 45
46 await killallServers([ servers[0] ]) 46 killallServers([ servers[0] ])
47 47
48 await reRunServer(servers[0]) 48 await reRunServer(servers[0])
49 }) 49 })