mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-04-25 09:52:12 +00:00
set ttl to 0
This commit is contained in:
parent
052a8a7f24
commit
77ca5502b2
@ -63,7 +63,7 @@ describe('== AIR suite', () => {
|
|||||||
const script = `(call %init_peer_id% ("op" "identity") [""])`;
|
const script = `(call %init_peer_id% ("op" "identity") [""])`;
|
||||||
|
|
||||||
// act
|
// act
|
||||||
const promise = client.sendScript(script, undefined, 1);
|
const promise = client.sendScript(script, undefined, 0);
|
||||||
|
|
||||||
// assert
|
// assert
|
||||||
await expect(promise).rejects.toContain('Particle expired');
|
await expect(promise).rejects.toContain('Particle expired');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user