Skip to content

Commit 18db692

Browse files
committed
node: fix prettier formatting in SharedTests.ts
Signed-off-by: affonsov <67347924+affonsov@users.noreply.github.com>
1 parent bbc38c7 commit 18db692

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

node/tests/SharedTests.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,10 @@ export function runBaseTests(config: {
568568
const batchResponse =
569569
client instanceof GlideClient
570570
? await client.exec(new Batch(false).reset(), false)
571-
: await client.exec(new ClusterBatch(false).reset(), false);
571+
: await client.exec(
572+
new ClusterBatch(false).reset(),
573+
false,
574+
);
572575
expect(batchResponse?.[0]).toEqual("RESET");
573576
}, protocol);
574577
},

0 commit comments

Comments
 (0)