ecdh test fix
This commit is contained in:
		| @@ -10,7 +10,7 @@ describe('ecdh.js functions', () => { | ||||
|         const sharedB = sharedKey(keysB.privkey, keysA.pubkey); | ||||
|         const sharedAhex = arrayToHex(sharedA); | ||||
|         const sharedBhex = arrayToHex(sharedB); | ||||
|         expect(sharedAhex === sharedBhex); | ||||
|         expect(sharedAhex).toBe(sharedBhex); | ||||
|     }); | ||||
|  | ||||
| }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user