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 () => {
let res = await ifWrapCall(peer2.getStatus().peerId);
expect(res).toBe('0x');
let res = await ifWrapCall(peer2.getStatus().relayPeerId);
expect(res).toBe('1x');
});
it(' par.aqua', async () => {