Skip to content

Commit eb43fd2

Browse files
committed
Lint
1 parent 5f58560 commit eb43fd2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/modules/mongodb/src/mongodb-container.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,7 @@ export class MongoDBContainer extends GenericContainer {
3737
}
3838

3939
private async initReplicaSet(startedTestContainer: StartedTestContainer) {
40-
await this.executeMongoEvalCommand(
41-
startedTestContainer,
42-
"rs.initiate();"
43-
);
40+
await this.executeMongoEvalCommand(startedTestContainer, "rs.initiate();");
4441
await this.executeMongoEvalCommand(startedTestContainer, this.buildMongoWaitCommand());
4542
}
4643

0 commit comments

Comments
 (0)