Remove last \t in crypto_test.js
This commit is contained in:
parent
7ebf0f5085
commit
2d41385369
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ describe("Crypto", function() {
|
||||||
return textsecure.crypto.HKDF(IKM.buffer, salt.buffer, info.buffer).then(function(OKM){
|
return textsecure.crypto.HKDF(IKM.buffer, salt.buffer, info.buffer).then(function(OKM){
|
||||||
assertEqualArrayBuffers(OKM[0], T1);
|
assertEqualArrayBuffers(OKM[0], T1);
|
||||||
assertEqualArrayBuffers(OKM[1].slice(0, 10), T2);
|
assertEqualArrayBuffers(OKM[1].slice(0, 10), T2);
|
||||||
}).then(done).catch(done);
|
}).then(done).catch(done);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue