We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f58560 commit eb43fd2Copy full SHA for eb43fd2
packages/modules/mongodb/src/mongodb-container.ts
@@ -37,10 +37,7 @@ export class MongoDBContainer extends GenericContainer {
37
}
38
39
private async initReplicaSet(startedTestContainer: StartedTestContainer) {
40
- await this.executeMongoEvalCommand(
41
- startedTestContainer,
42
- "rs.initiate();"
43
- );
+ await this.executeMongoEvalCommand(startedTestContainer, "rs.initiate();");
44
await this.executeMongoEvalCommand(startedTestContainer, this.buildMongoWaitCommand());
45
46
0 commit comments