Fix indentation
This commit is contained in:
@@ -10,11 +10,11 @@ describe("SignalProtocolStore", function() {
|
|||||||
var identifier = '+5558675309';
|
var identifier = '+5558675309';
|
||||||
var identityKey = {
|
var identityKey = {
|
||||||
pubKey: libsignal.crypto.getRandomBytes(33),
|
pubKey: libsignal.crypto.getRandomBytes(33),
|
||||||
privKey: libsignal.crypto.getRandomBytes(32),
|
privKey: libsignal.crypto.getRandomBytes(32),
|
||||||
};
|
};
|
||||||
var testKey = {
|
var testKey = {
|
||||||
pubKey: libsignal.crypto.getRandomBytes(33),
|
pubKey: libsignal.crypto.getRandomBytes(33),
|
||||||
privKey: libsignal.crypto.getRandomBytes(32),
|
privKey: libsignal.crypto.getRandomBytes(32),
|
||||||
};
|
};
|
||||||
describe('getLocalRegistrationId', function() {
|
describe('getLocalRegistrationId', function() {
|
||||||
it('retrieves my registration id', function(done) {
|
it('retrieves my registration id', function(done) {
|
||||||
|
Reference in New Issue
Block a user