update test

This commit is contained in:
DieMyst 2022-02-03 15:14:24 +03:00
parent 0dc2ddec57
commit 784efebc46

View File

@ -88,8 +88,8 @@ describe('Testing examples', () => {
}); });
it('if.aqua xor wrap', async () => { it('if.aqua xor wrap', async () => {
let res = await ifWrapCall(peer2.getStatus().peerId); let res = await ifWrapCall(peer2.getStatus().relayPeerId);
expect(res).toBe('0x'); expect(res).toBe('1x');
}); });
it(' par.aqua', async () => { it(' par.aqua', async () => {