mirror of https://github.com/vector-im/riot-web
Test everything
parent
d53c836fd7
commit
15bd2e157f
|
@ -38,7 +38,7 @@ function createFailedDecryptionEvent() {
|
||||||
return event;
|
return event;
|
||||||
}
|
}
|
||||||
|
|
||||||
describe.only('DecryptionFailureTracker', function() {
|
describe('DecryptionFailureTracker', function() {
|
||||||
it('tracks a failed decryption', function(done) {
|
it('tracks a failed decryption', function(done) {
|
||||||
const failedDecryptionEvent = createFailedDecryptionEvent();
|
const failedDecryptionEvent = createFailedDecryptionEvent();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue