diff options
Diffstat (limited to 'server/tests/shared')
-rw-r--r-- | server/tests/shared/mock-servers/mock-email.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/shared/mock-servers/mock-email.ts b/server/tests/shared/mock-servers/mock-email.ts index 5f37f6ae0..6eda2dfda 100644 --- a/server/tests/shared/mock-servers/mock-email.ts +++ b/server/tests/shared/mock-servers/mock-email.ts | |||
@@ -12,7 +12,7 @@ class MockSmtpServer { | |||
12 | 12 | ||
13 | collectEmails (emailsCollection: object[]) { | 13 | collectEmails (emailsCollection: object[]) { |
14 | return new Promise<number>((res, rej) => { | 14 | return new Promise<number>((res, rej) => { |
15 | const port = parallelTests() ? randomInt(1000, 2000) : 1025 | 15 | const port = parallelTests() ? randomInt(1025, 2000) : 1025 |
16 | this.emails = emailsCollection | 16 | this.emails = emailsCollection |
17 | 17 | ||
18 | if (this.started) { | 18 | if (this.started) { |