Skip to content

Commit df7d4aa

Browse files
committed
test: run all tests
1 parent 53dc9fc commit df7d4aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import * as path from 'path';
33
import { loadSpecTests } from '../../spec';
44
import { runUnifiedSuite } from '../../tools/unified-spec-runner/runner';
55

6-
describe.only('Retryable Writes (unified)', function () {
6+
describe('Retryable Writes (unified)', function () {
77
runUnifiedSuite(loadSpecTests(path.join('retryable-writes', 'unified')));
88
});

0 commit comments

Comments
 (0)