update aqua version (#33)

* Bump aquamarine version

* Add connection options
This commit is contained in:
Pavel
2021-03-25 21:33:27 +03:00
committed by GitHub
parent f732a30eb8
commit 0ff10a25de
10 changed files with 101 additions and 21 deletions

View File

@ -75,7 +75,7 @@ describe('== AIR suite', () => {
const script = `(null)`;
// prettier-ignore
const [request, promise] = new RequestFlowBuilder()
.withTTL(0)
.withTTL(1)
.withRawScript(script)
.buildAsFetch();