We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbc38c7 commit 18db692Copy full SHA for 18db692
1 file changed
node/tests/SharedTests.ts
@@ -568,7 +568,10 @@ export function runBaseTests(config: {
568
const batchResponse =
569
client instanceof GlideClient
570
? await client.exec(new Batch(false).reset(), false)
571
- : await client.exec(new ClusterBatch(false).reset(), false);
+ : await client.exec(
572
+ new ClusterBatch(false).reset(),
573
+ false,
574
+ );
575
expect(batchResponse?.[0]).toEqual("RESET");
576
}, protocol);
577
},
0 commit comments