mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-06-29 07:41:35 +00:00
set ttl to 0
This commit is contained in:
@ -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');
|
||||
|
Reference in New Issue
Block a user