mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Support for loading, storing, and using kyber keys in decryption
This commit is contained in:
committed by
Fedor Indutnyy
parent
c1580a5eb3
commit
b6445a6af0
@@ -54,10 +54,7 @@ describe('senderKey', function needsName() {
|
||||
return;
|
||||
}
|
||||
|
||||
if (this.currentTest?.state !== 'passed') {
|
||||
await bootstrap.saveLogs(app);
|
||||
}
|
||||
|
||||
await bootstrap.maybeSaveLogs(this.currentTest, app);
|
||||
await app.close();
|
||||
await bootstrap.teardown();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user