breaking changes from expect upgrade
Signed-off-by: Stephen Solka <stephen0q@gmail.com>
This commit is contained in:
committed by
J. Ryan Stinnett
parent
22167f8538
commit
c3185a4cdb
@@ -54,7 +54,7 @@ describe('DecryptionFailureTracker', function() {
|
||||
// Immediately track the newest failures
|
||||
tracker.trackFailures();
|
||||
|
||||
expect(count).toNotBe(0, 'should track a failure for an event that failed decryption');
|
||||
expect(count).not.toBe(0, 'should track a failure for an event that failed decryption');
|
||||
|
||||
done();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user