aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/plugins')
-rw-r--r--server/tests/plugins/plugin-storage.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/plugins/plugin-storage.ts b/server/tests/plugins/plugin-storage.ts
index ac519045d..c0596819e 100644
--- a/server/tests/plugins/plugin-storage.ts
+++ b/server/tests/plugins/plugin-storage.ts
@@ -32,7 +32,7 @@ describe('Test plugin storage', function () {
32 }) 32 })
33 33
34 it('Should correctly retrieve an array as array from the storage.', async function () { 34 it('Should correctly retrieve an array as array from the storage.', async function () {
35 await server.servers.waitUntilLog('storedArrayKey value type is array') 35 await server.servers.waitUntilLog('storedArrayKey isArray is true')
36 await server.servers.waitUntilLog('storedArrayKey stored value is toto, toto2') 36 await server.servers.waitUntilLog('storedArrayKey stored value is toto, toto2')
37 }) 37 })
38 }) 38 })