mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-04-25 01:42:13 +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") [""])`;
|
||||
|
||||
// act
|
||||
const promise = client.sendScript(script, undefined, 1);
|
||||
const promise = client.sendScript(script, undefined, 0);
|
||||
|
||||
// assert
|
||||
await expect(promise).rejects.toContain('Particle expired');
|
||||
|
Loading…
x
Reference in New Issue
Block a user