Fix indentation
This commit is contained in:
parent
1e594e79c1
commit
33b4d398d6
1 changed files with 2 additions and 2 deletions
|
@ -10,11 +10,11 @@ describe("SignalProtocolStore", function() {
|
|||
var identifier = '+5558675309';
|
||||
var identityKey = {
|
||||
pubKey: libsignal.crypto.getRandomBytes(33),
|
||||
privKey: libsignal.crypto.getRandomBytes(32),
|
||||
privKey: libsignal.crypto.getRandomBytes(32),
|
||||
};
|
||||
var testKey = {
|
||||
pubKey: libsignal.crypto.getRandomBytes(33),
|
||||
privKey: libsignal.crypto.getRandomBytes(32),
|
||||
privKey: libsignal.crypto.getRandomBytes(32),
|
||||
};
|
||||
describe('getLocalRegistrationId', function() {
|
||||
it('retrieves my registration id', function(done) {
|
||||
|
|
Loading…
Add table
Reference in a new issue