Test everything, not just DFT
This commit is contained in:
parent
7489d7d531
commit
c5252be4a8
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ function createFailedDecryptionEvent() {
|
|||
return event;
|
||||
}
|
||||
|
||||
describe.only('DecryptionFailureTracker', function() {
|
||||
describe('DecryptionFailureTracker', function() {
|
||||
it('tracks a failed decryption', function(done) {
|
||||
const failedDecryptionEvent = createFailedDecryptionEvent();
|
||||
let trackedFailure = null;
|
||||
|
|
Loading…
Reference in a new issue