mirror of
https://github.com/oxen-io/session-desktop.git
synced 2023-12-14 02:12:57 +01:00
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 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) {
|
||||||
|
|
Loading…
Reference in a new issue