Skip to content

Commit 77ca550

Browse files
committed
set ttl to 0
1 parent 052a8a7 commit 77ca550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__test__/unit/air.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ describe('== AIR suite', () => {
6363
const script = `(call %init_peer_id% ("op" "identity") [""])`;
6464

6565
// act
66-
const promise = client.sendScript(script, undefined, 1);
66+
const promise = client.sendScript(script, undefined, 0);
6767

6868
// assert
6969
await expect(promise).rejects.toContain('Particle expired');

0 commit comments

Comments
 (0)