Skip to content

Commit

Permalink
chore: update doccomment
Browse files Browse the repository at this point in the history
  • Loading branch information
the-avid-engineer committed Aug 28, 2023
1 parent ce2bf95 commit 27611d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Testcontainers.MongoDb/MongoDbBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public sealed class MongoDbBuilder : ContainerBuilder<MongoDbBuilder, MongoDbCon
/// <summary>
/// Initializes a new instance of the <see cref="MongoDbBuilder" /> class.
/// </summary>
/// <param name="useDefaultCredentials">When set to <c>false</c>, mongodb will run without authentication unless you explicitly specify credentials</param>
public MongoDbBuilder(bool useDefaultCredentials = true)
: this(new MongoDbConfiguration())
{
Expand Down

0 comments on commit 27611d1

Please sign in to comment.