diff options
Diffstat (limited to 'server/tests/real-world/populate-database.ts')
-rw-r--r-- | server/tests/real-world/populate-database.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/tests/real-world/populate-database.ts b/server/tests/real-world/populate-database.ts index d41ac8d36..a7fdbd1dc 100644 --- a/server/tests/real-world/populate-database.ts +++ b/server/tests/real-world/populate-database.ts | |||
@@ -66,6 +66,7 @@ function getRandomInt (min, max) { | |||
66 | 66 | ||
67 | function createCustomChannel (server: ServerInfo) { | 67 | function createCustomChannel (server: ServerInfo) { |
68 | const videoChannel = { | 68 | const videoChannel = { |
69 | name: Date.now().toString(), | ||
69 | displayName: Date.now().toString(), | 70 | displayName: Date.now().toString(), |
70 | description: Date.now().toString() | 71 | description: Date.now().toString() |
71 | } | 72 | } |