set ttl to 0

This commit is contained in:
folex 2021-03-03 17:31:41 +03:00
parent 052a8a7f24
commit 77ca5502b2

View File

@ -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');