Ignore downloading for tests

This commit is contained in:
J. Ryan Stinnett
2020-01-27 15:28:36 +00:00
parent 0dbf89b2b4
commit 4dbeee8cb3
+3
View File
@@ -34,6 +34,9 @@ async function makeTestClient(userInfo, options) {
await client.initCrypto();
// No need to download keys for these tests
client._crypto.downloadKeys = async function() {};
return client;
}