diff options
author | Chocobozzz <me@florianbigard.com> | 2021-12-16 10:15:27 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-12-16 10:17:39 +0100 |
commit | 51872b82a1187aaecc0c91c4eaf04f37fff5c506 (patch) | |
tree | ae1bedcc7a1dfdca56081ca42f2663ae12687338 /server/tests/plugins | |
parent | ced38c0ffe1e7d30f1f80fe704e571f39b0cc78b (diff) | |
download | PeerTube-51872b82a1187aaecc0c91c4eaf04f37fff5c506.tar.gz PeerTube-51872b82a1187aaecc0c91c4eaf04f37fff5c506.tar.zst PeerTube-51872b82a1187aaecc0c91c4eaf04f37fff5c506.zip |
Fix tests
Diffstat (limited to 'server/tests/plugins')
-rw-r--r-- | server/tests/plugins/plugin-storage.ts | 2 |
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 | }) |