Skip to content

Commit 0fb0c32

Browse files
add back newline
1 parent 05e6450 commit 0fb0c32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/retryable-writes/retryable_writes.spec.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ describe('Legacy Retryable Writes Specs', function () {
6363
await ctx.client.close();
6464
ctx = {}; // reset context
6565
});
66+
6667
for (const spec of suite.tests) {
6768
// Step 2: Run the test
6869
const mochaTest = it(spec.description, async () => await executeScenarioTest(spec, ctx));

0 commit comments

Comments
 (0)