mirror of
https://github.com/jambonz/speech-utils.git
synced 2026-07-04 19:31:49 +00:00
feat: ioredis and getsize of tts cache
This commit is contained in:
+2
-2
@@ -34,7 +34,7 @@ test('Nuance hosted tests', async(t) => {
|
||||
t.ok(voices.length > 0 && voices[0].language,
|
||||
`GetVoices: successfully retrieved ${voices.length} voices from Nuance`);
|
||||
|
||||
await client.flushallAsync();
|
||||
await client.flushall();
|
||||
|
||||
t.end();
|
||||
|
||||
@@ -67,7 +67,7 @@ test('Nuance on-prem tests', async(t) => {
|
||||
t.ok(voices.length > 0 && voices[0].language,
|
||||
`GetVoices: successfully retrieved ${voices.length} voices from Nuance`);
|
||||
|
||||
await client.flushallAsync();
|
||||
await client.flushall();
|
||||
|
||||
t.end();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user