From 51872b82a1187aaecc0c91c4eaf04f37fff5c506 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 16 Dec 2021 10:15:27 +0100 Subject: Fix tests --- server/tests/plugins/plugin-storage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/plugins/plugin-storage.ts') 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 () { }) it('Should correctly retrieve an array as array from the storage.', async function () { - await server.servers.waitUntilLog('storedArrayKey value type is array') + await server.servers.waitUntilLog('storedArrayKey isArray is true') await server.servers.waitUntilLog('storedArrayKey stored value is toto, toto2') }) }) -- cgit v1.2.3