We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01a3326 commit 2e187cfCopy full SHA for 2e187cf
MongoDbTest/MongoDbConnection.cs
@@ -4,7 +4,7 @@ namespace MongoDbTest
4
{
5
public class MongoDbConnection : IAsyncLifetime
6
7
- private const string MongoConnectionString = "mongodb://127.0.0.1:27018";
+ private const string MongoConnectionString = "mongodb://127.0.0.1:27017";
8
9
public MongoDbConnection()
10
README.md
@@ -0,0 +1,5 @@
1
+This is a reproducer for an issue with the MongoDB C# driver tracked at https://jira.mongodb.org/browse/CSHARP-4488
2
+
3
+Please update the connection string in the class MongoDbConnection if necessary:
0 commit comments